#cd3302
a dark, electric red · warm · closest name: tomato
RGB
205, 51, 2
HSL
15°, 98%, 41%
CMYK
0, 75, 99, 20
Luminance
0.1535
Every format
| HEX | #cd3302 |
| RGB | rgb(205, 51, 2) |
| HSL | hsl(15, 98%, 41%) |
| CMYK | cmyk(0%, 75%, 99%, 20%) |
| LAB | lab(46.1 58.4 57.8) |
| LCH | lch(46.1 82.1 44.7) |
| OKLCH | oklch(0.558 0.196 34.7) |
Copy-ready code
/* CSS */
color: #cd3302;
background-color: #cd3302;
/* Tailwind (arbitrary) */
class="text-[#cd3302] bg-[#cd3302]"
/* SCSS */
$brand: #cd3302;
/* SwiftUI */
Color(red: 0.804, green: 0.200, blue: 0.008)
/* Android */
Color.parseColor("#cd3302")Accessibility — WCAG contrast
Aa
#cd3302 on white: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd3302 on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green20.0%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow99.0%
Key (black)19.6%
Color previews
#cd3302 text on a black background
contrast 4.07:1
Card sample
#cd3302 text on a white background
contrast 5.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3302;
Background color
Panel with #cd3302 background
background-color: #cd3302;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3302;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 51, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 51, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3302; background: linear-gradient(135deg, #cd3302, #CDBA02);