#cd2003
a dark, electric red · warm · closest name: firebrick
RGB
205, 32, 3
HSL
9°, 97%, 41%
CMYK
0, 84, 99, 20
Luminance
0.1402
Every format
| HEX | #cd2003 |
| RGB | rgb(205, 32, 3) |
| HSL | hsl(9, 97%, 41%) |
| CMYK | cmyk(0%, 84%, 99%, 20%) |
| LAB | lab(44.3 63.6 56.6) |
| LCH | lch(44.3 85.2 41.7) |
| OKLCH | oklch(0.544 0.208 31.4) |
Copy-ready code
/* CSS */
color: #cd2003;
background-color: #cd2003;
/* Tailwind (arbitrary) */
class="text-[#cd2003] bg-[#cd2003]"
/* SCSS */
$brand: #cd2003;
/* SwiftUI */
Color(red: 0.804, green: 0.125, blue: 0.012)
/* Android */
Color.parseColor("#cd2003")Accessibility — WCAG contrast
Aa
#cd2003 on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd2003 on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green12.5%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta84.4%
Yellow98.5%
Key (black)19.6%
Color previews
#cd2003 text on a black background
contrast 3.80:1
Card sample
#cd2003 text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2003;
Background color
Panel with #cd2003 background
background-color: #cd2003;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2003;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 32, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 32, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2003; background: linear-gradient(135deg, #cd2003, #CDA703);