#cc002c
a dark, electric red · warm · closest name: crimson
RGB
204, 0, 44
HSL
347°, 100%, 40%
CMYK
0, 100, 78, 20
Luminance
0.1302
Every format
| HEX | #cc002c |
| RGB | rgb(204, 0, 44) |
| HSL | hsl(347, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 78%, 20%) |
| LAB | lab(42.8 68.5 37.4) |
| LCH | lch(42.8 78.0 28.7) |
| OKLCH | oklch(0.534 0.215 22.3) |
Copy-ready code
/* CSS */
color: #cc002c;
background-color: #cc002c;
/* Tailwind (arbitrary) */
class="text-[#cc002c] bg-[#cc002c]"
/* SCSS */
$brand: #cc002c;
/* SwiftUI */
Color(red: 0.800, green: 0.000, blue: 0.173)
/* Android */
Color.parseColor("#cc002c")Accessibility — WCAG contrast
Aa
#cc002c on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc002c on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green0.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow78.4%
Key (black)20.0%
Color previews
#cc002c text on a black background
contrast 3.60:1
Card sample
#cc002c text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc002c;
Background color
Panel with #cc002c background
background-color: #cc002c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc002c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 0, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 0, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc002c; background: linear-gradient(135deg, #cc002c, #CC5C00);