#cd3100
a dark, electric red · warm · closest name: tomato
RGB
205, 49, 0
HSL
14°, 100%, 40%
CMYK
0, 76, 100, 20
Luminance
0.1518
Every format
| HEX | #cd3100 |
| RGB | rgb(205, 49, 0) |
| HSL | hsl(14, 100%, 40%) |
| CMYK | cmyk(0%, 76%, 100%, 20%) |
| LAB | lab(45.9 59.0 58.3) |
| LCH | lch(45.9 82.9 44.6) |
| OKLCH | oklch(0.556 0.198 34.4) |
Copy-ready code
/* CSS */
color: #cd3100;
background-color: #cd3100;
/* Tailwind (arbitrary) */
class="text-[#cd3100] bg-[#cd3100]"
/* SCSS */
$brand: #cd3100;
/* SwiftUI */
Color(red: 0.804, green: 0.192, blue: 0.000)
/* Android */
Color.parseColor("#cd3100")Accessibility — WCAG contrast
Aa
#cd3100 on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd3100 on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green19.2%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta76.1%
Yellow100.0%
Key (black)19.6%
Color previews
#cd3100 text on a black background
contrast 4.04:1
Card sample
#cd3100 text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3100;
Background color
Panel with #cd3100 background
background-color: #cd3100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 49, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 49, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3100; background: linear-gradient(135deg, #cd3100, #CDBA00);