#cc1813
a dark, electric red · warm · closest name: firebrick
RGB
204, 24, 19
HSL
2°, 83%, 44%
CMYK
0, 88, 91, 20
Luminance
0.1354
Every format
| HEX | #cc1813 |
| RGB | rgb(204, 24, 19) |
| HSL | hsl(2, 83%, 44%) |
| CMYK | cmyk(0%, 88%, 91%, 20%) |
| LAB | lab(43.6 65.1 50.9) |
| LCH | lch(43.6 82.6 38.0) |
| OKLCH | oklch(0.539 0.210 28.8) |
Copy-ready code
/* CSS */
color: #cc1813;
background-color: #cc1813;
/* Tailwind (arbitrary) */
class="text-[#cc1813] bg-[#cc1813]"
/* SCSS */
$brand: #cc1813;
/* SwiftUI */
Color(red: 0.800, green: 0.094, blue: 0.075)
/* Android */
Color.parseColor("#cc1813")Accessibility — WCAG contrast
Aa
#cc1813 on white: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc1813 on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green9.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta88.2%
Yellow90.7%
Key (black)20.0%
Color previews
#cc1813 text on a black background
contrast 3.71:1
Card sample
#cc1813 text on a white background
contrast 5.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc1813;
Background color
Panel with #cc1813 background
background-color: #cc1813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc1813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 24, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 24, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc1813; background: linear-gradient(135deg, #cc1813, #CC9313);