#cd2600
a dark, electric red · warm · closest name: tomato
RGB
205, 38, 0
HSL
11°, 100%, 40%
CMYK
0, 82, 100, 20
Luminance
0.1437
Every format
| HEX | #cd2600 |
| RGB | rgb(205, 38, 0) |
| HSL | hsl(11, 100%, 40%) |
| CMYK | cmyk(0%, 82%, 100%, 20%) |
| LAB | lab(44.8 62.2 57.8) |
| LCH | lch(44.8 84.9 42.9) |
| OKLCH | oklch(0.548 0.205 32.5) |
Copy-ready code
/* CSS */
color: #cd2600;
background-color: #cd2600;
/* Tailwind (arbitrary) */
class="text-[#cd2600] bg-[#cd2600]"
/* SCSS */
$brand: #cd2600;
/* SwiftUI */
Color(red: 0.804, green: 0.149, blue: 0.000)
/* Android */
Color.parseColor("#cd2600")Accessibility — WCAG contrast
Aa
#cd2600 on white: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd2600 on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green14.9%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta81.5%
Yellow100.0%
Key (black)19.6%
Color previews
#cd2600 text on a black background
contrast 3.87:1
Card sample
#cd2600 text on a white background
contrast 5.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2600;
Background color
Panel with #cd2600 background
background-color: #cd2600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 38, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 38, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2600; background: linear-gradient(135deg, #cd2600, #CDAF00);