#cc112b
a dark, electric red · warm · closest name: crimson
RGB
204, 17, 43
HSL
352°, 85%, 43%
CMYK
0, 92, 79, 20
Luminance
0.1341
Every format
| HEX | #cc112b |
| RGB | rgb(204, 17, 43) |
| HSL | hsl(352, 85%, 43%) |
| CMYK | cmyk(0%, 92%, 79%, 20%) |
| LAB | lab(43.4 66.7 38.6) |
| LCH | lch(43.4 77.1 30.1) |
| OKLCH | oklch(0.538 0.211 23.5) |
Copy-ready code
/* CSS */
color: #cc112b;
background-color: #cc112b;
/* Tailwind (arbitrary) */
class="text-[#cc112b] bg-[#cc112b]"
/* SCSS */
$brand: #cc112b;
/* SwiftUI */
Color(red: 0.800, green: 0.067, blue: 0.169)
/* Android */
Color.parseColor("#cc112b")Accessibility — WCAG contrast
Aa
#cc112b on white: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc112b on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green6.7%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow78.9%
Key (black)20.0%
Color previews
#cc112b text on a black background
contrast 3.68:1
Card sample
#cc112b text on a white background
contrast 5.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc112b;
Background color
Panel with #cc112b background
background-color: #cc112b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc112b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 17, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 17, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc112b; background: linear-gradient(135deg, #cc112b, #CC7411);