#cd0013
a dark, electric red · warm · closest name: crimson
RGB
205, 0, 19
HSL
354°, 100%, 40%
CMYK
0, 100, 91, 20
Luminance
0.1303
Every format
| HEX | #cd0013 |
| RGB | rgb(205, 0, 19) |
| HSL | hsl(354, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 91%, 20%) |
| LAB | lab(42.8 68.1 50.5) |
| LCH | lch(42.8 84.8 36.5) |
| OKLCH | oklch(0.533 0.218 27.3) |
Copy-ready code
/* CSS */
color: #cd0013;
background-color: #cd0013;
/* Tailwind (arbitrary) */
class="text-[#cd0013] bg-[#cd0013]"
/* SCSS */
$brand: #cd0013;
/* SwiftUI */
Color(red: 0.804, green: 0.000, blue: 0.075)
/* Android */
Color.parseColor("#cd0013")Accessibility — WCAG contrast
Aa
#cd0013 on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd0013 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green0.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow90.7%
Key (black)19.6%
Color previews
#cd0013 text on a black background
contrast 3.61:1
Card sample
#cd0013 text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd0013;
Background color
Panel with #cd0013 background
background-color: #cd0013;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd0013;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 0, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 0, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd0013; background: linear-gradient(135deg, #cd0013, #CD7600);