#cc1711
a dark, electric red · warm · closest name: firebrick
RGB
204, 23, 17
HSL
2°, 85%, 43%
CMYK
0, 89, 92, 20
Luminance
0.1349
Every format
| HEX | #cc1711 |
| RGB | rgb(204, 23, 17) |
| HSL | hsl(2, 85%, 43%) |
| CMYK | cmyk(0%, 89%, 92%, 20%) |
| LAB | lab(43.5 65.2 51.6) |
| LCH | lch(43.5 83.2 38.4) |
| OKLCH | oklch(0.538 0.210 29.0) |
Copy-ready code
/* CSS */
color: #cc1711;
background-color: #cc1711;
/* Tailwind (arbitrary) */
class="text-[#cc1711] bg-[#cc1711]"
/* SCSS */
$brand: #cc1711;
/* SwiftUI */
Color(red: 0.800, green: 0.090, blue: 0.067)
/* Android */
Color.parseColor("#cc1711")Accessibility — WCAG contrast
Aa
#cc1711 on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc1711 on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green9.0%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta88.7%
Yellow91.7%
Key (black)20.0%
Color previews
#cc1711 text on a black background
contrast 3.70:1
Card sample
#cc1711 text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc1711;
Background color
Panel with #cc1711 background
background-color: #cc1711;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc1711;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 23, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 23, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc1711; background: linear-gradient(135deg, #cc1711, #CC9311);