#cc2211
a dark, electric red · warm · closest name: firebrick
RGB
204, 34, 17
HSL
6°, 85%, 43%
CMYK
0, 83, 92, 20
Luminance
0.1402
Every format
| HEX | #cc2211 |
| RGB | rgb(204, 34, 17) |
| HSL | hsl(6, 85%, 43%) |
| CMYK | cmyk(0%, 83%, 92%, 20%) |
| LAB | lab(44.3 63.0 52.1) |
| LCH | lch(44.3 81.8 39.6) |
| OKLCH | oklch(0.544 0.205 30.3) |
Copy-ready code
/* CSS */
color: #cc2211;
background-color: #cc2211;
/* Tailwind (arbitrary) */
class="text-[#cc2211] bg-[#cc2211]"
/* SCSS */
$brand: #cc2211;
/* SwiftUI */
Color(red: 0.800, green: 0.133, blue: 0.067)
/* Android */
Color.parseColor("#cc2211")Accessibility — WCAG contrast
Aa
#cc2211 on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc2211 on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green13.3%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow91.7%
Key (black)20.0%
Color previews
#cc2211 text on a black background
contrast 3.80:1
Card sample
#cc2211 text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2211;
Background color
Panel with #cc2211 background
background-color: #cc2211;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2211;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 34, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 34, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2211; background: linear-gradient(135deg, #cc2211, #CC9F11);