#cc111c
a dark, electric red · warm · closest name: crimson
RGB
204, 17, 28
HSL
357°, 85%, 43%
CMYK
0, 92, 86, 20
Luminance
0.1332
Every format
| HEX | #cc111c |
| RGB | rgb(204, 17, 28) |
| HSL | hsl(357, 85%, 43%) |
| CMYK | cmyk(0%, 92%, 86%, 20%) |
| LAB | lab(43.3 66.3 46.6) |
| LCH | lch(43.3 81.0 35.1) |
| OKLCH | oklch(0.536 0.212 26.8) |
Copy-ready code
/* CSS */
color: #cc111c;
background-color: #cc111c;
/* Tailwind (arbitrary) */
class="text-[#cc111c] bg-[#cc111c]"
/* SCSS */
$brand: #cc111c;
/* SwiftUI */
Color(red: 0.800, green: 0.067, blue: 0.110)
/* Android */
Color.parseColor("#cc111c")Accessibility — WCAG contrast
Aa
#cc111c on white: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc111c on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green6.7%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow86.3%
Key (black)20.0%
Color previews
#cc111c text on a black background
contrast 3.66:1
Card sample
#cc111c text on a white background
contrast 5.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc111c;
Background color
Panel with #cc111c background
background-color: #cc111c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc111c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 17, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 17, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc111c; background: linear-gradient(135deg, #cc111c, #CC8311);