#cc2000
a dark, electric red · warm · closest name: red
RGB
204, 32, 0
HSL
9°, 100%, 40%
CMYK
0, 84, 100, 20
Luminance
0.1387
Every format
| HEX | #cc2000 |
| RGB | rgb(204, 32, 0) |
| HSL | hsl(9, 100%, 40%) |
| CMYK | cmyk(0%, 84%, 100%, 20%) |
| LAB | lab(44.0 63.3 57.4) |
| LCH | lch(44.0 85.4 42.2) |
| OKLCH | oklch(0.542 0.207 31.7) |
Copy-ready code
/* CSS */
color: #cc2000;
background-color: #cc2000;
/* Tailwind (arbitrary) */
class="text-[#cc2000] bg-[#cc2000]"
/* SCSS */
$brand: #cc2000;
/* SwiftUI */
Color(red: 0.800, green: 0.125, blue: 0.000)
/* Android */
Color.parseColor("#cc2000")Accessibility — WCAG contrast
Aa
#cc2000 on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc2000 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green12.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta84.3%
Yellow100.0%
Key (black)20.0%
Color previews
#cc2000 text on a black background
contrast 3.77:1
Card sample
#cc2000 text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2000;
Background color
Panel with #cc2000 background
background-color: #cc2000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 32, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 32, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2000; background: linear-gradient(135deg, #cc2000, #CCA800);