#d01913
a dark, electric red · warm · closest name: firebrick
RGB
208, 25, 19
HSL
2°, 83%, 45%
CMYK
0, 88, 91, 18
Luminance
0.1415
Every format
| HEX | #d01913 |
| RGB | rgb(208, 25, 19) |
| HSL | hsl(2, 83%, 45%) |
| CMYK | cmyk(0%, 88%, 91%, 18%) |
| LAB | lab(44.5 66.0 51.9) |
| LCH | lch(44.5 83.9 38.2) |
| OKLCH | oklch(0.547 0.213 29.0) |
Copy-ready code
/* CSS */
color: #d01913;
background-color: #d01913;
/* Tailwind (arbitrary) */
class="text-[#d01913] bg-[#d01913]"
/* SCSS */
$brand: #d01913;
/* SwiftUI */
Color(red: 0.816, green: 0.098, blue: 0.075)
/* Android */
Color.parseColor("#d01913")Accessibility — WCAG contrast
Aa
#d01913 on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d01913 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green9.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta88.0%
Yellow90.9%
Key (black)18.4%
Color previews
#d01913 text on a black background
contrast 3.83:1
Card sample
#d01913 text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d01913;
Background color
Panel with #d01913 background
background-color: #d01913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d01913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 25, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 25, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d01913; background: linear-gradient(135deg, #d01913, #D09713);