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