#cc000e
a dark, electric red · warm · closest name: firebrick
RGB
204, 0, 14
HSL
356°, 100%, 40%
CMYK
0, 100, 93, 20
Luminance
0.1287
Every format
| HEX | #cc000e |
| RGB | rgb(204, 0, 14) |
| HSL | hsl(356, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 93%, 20%) |
| LAB | lab(42.6 67.8 52.1) |
| LCH | lch(42.6 85.6 37.6) |
| OKLCH | oklch(0.531 0.217 27.9) |
Copy-ready code
/* CSS */
color: #cc000e;
background-color: #cc000e;
/* Tailwind (arbitrary) */
class="text-[#cc000e] bg-[#cc000e]"
/* SCSS */
$brand: #cc000e;
/* SwiftUI */
Color(red: 0.800, green: 0.000, blue: 0.055)
/* Android */
Color.parseColor("#cc000e")Accessibility — WCAG contrast
Aa
#cc000e on white: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc000e on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green0.0%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow93.1%
Key (black)20.0%
Color previews
#cc000e text on a black background
contrast 3.57:1
Card sample
#cc000e text on a white background
contrast 5.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc000e;
Background color
Panel with #cc000e background
background-color: #cc000e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc000e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 0, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 0, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc000e; background: linear-gradient(135deg, #cc000e, #CC7A00);