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