#cc2200
a dark, electric red · warm · closest name: firebrick
RGB
204, 34, 0
HSL
10°, 100%, 40%
CMYK
0, 83, 100, 20
Luminance
0.1398
Every format
| HEX | #cc2200 |
| RGB | rgb(204, 34, 0) |
| HSL | hsl(10, 100%, 40%) |
| CMYK | cmyk(0%, 83%, 100%, 20%) |
| LAB | lab(44.2 62.9 57.4) |
| LCH | lch(44.2 85.1 42.4) |
| OKLCH | oklch(0.543 0.206 31.9) |
Copy-ready code
/* CSS */
color: #cc2200;
background-color: #cc2200;
/* Tailwind (arbitrary) */
class="text-[#cc2200] bg-[#cc2200]"
/* SCSS */
$brand: #cc2200;
/* SwiftUI */
Color(red: 0.800, green: 0.133, blue: 0.000)
/* Android */
Color.parseColor("#cc2200")Accessibility — WCAG contrast
Aa
#cc2200 on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc2200 on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green13.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow100.0%
Key (black)20.0%
Color previews
#cc2200 text on a black background
contrast 3.80:1
Card sample
#cc2200 text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2200;
Background color
Panel with #cc2200 background
background-color: #cc2200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 34, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 34, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2200; background: linear-gradient(135deg, #cc2200, #CCAA00);