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