#cd2802
a dark, electric red · warm · closest name: tomato
RGB
205, 40, 2
HSL
11°, 98%, 41%
CMYK
0, 81, 99, 20
Luminance
0.1450
Every format
| HEX | #cd2802 |
| RGB | rgb(205, 40, 2) |
| HSL | hsl(11, 98%, 41%) |
| CMYK | cmyk(0%, 81%, 99%, 20%) |
| LAB | lab(45.0 61.6 57.2) |
| LCH | lch(45.0 84.1 42.9) |
| OKLCH | oklch(0.549 0.204 32.6) |
Copy-ready code
/* CSS */
color: #cd2802;
background-color: #cd2802;
/* Tailwind (arbitrary) */
class="text-[#cd2802] bg-[#cd2802]"
/* SCSS */
$brand: #cd2802;
/* SwiftUI */
Color(red: 0.804, green: 0.157, blue: 0.008)
/* Android */
Color.parseColor("#cd2802")Accessibility — WCAG contrast
Aa
#cd2802 on white: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd2802 on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green15.7%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta80.5%
Yellow99.0%
Key (black)19.6%
Color previews
#cd2802 text on a black background
contrast 3.90:1
Card sample
#cd2802 text on a white background
contrast 5.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2802;
Background color
Panel with #cd2802 background
background-color: #cd2802;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2802;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 40, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 40, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2802; background: linear-gradient(135deg, #cd2802, #CDAF02);