Bloody Salmon
#cc4433
Here's everything about the color Bloody Salmon (#cc4433) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #cc4433 | |
|---|---|---|
| RGB | rgb(204, 68, 51) | |
| HSL | hsl(7, 60%, 50%) | |
| CMYK | cmyk(0%, 67%, 75%, 20%) | |
| LAB | lab(49, 54, 41) | |
| OKLCH | oklch(0.58 0.175 30) |
Color harmonies
Tints & shades
Code snippets
color: #cc4433;
background-color: #cc4433;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCC4433)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.27, blue: 0.20, alpha: 1.0)