#d02113
a dark, electric red · warm · closest name: firebrick
RGB
208, 33, 19
HSL
4°, 83%, 45%
CMYK
0, 84, 91, 18
Luminance
0.1454
Every format
| HEX | #d02113 |
| RGB | rgb(208, 33, 19) |
| HSL | hsl(4, 83%, 45%) |
| CMYK | cmyk(0%, 84%, 91%, 18%) |
| LAB | lab(45.0 64.4 52.3) |
| LCH | lch(45.0 82.9 39.1) |
| OKLCH | oklch(0.551 0.209 29.8) |
Copy-ready code
/* CSS */
color: #d02113;
background-color: #d02113;
/* Tailwind (arbitrary) */
class="text-[#d02113] bg-[#d02113]"
/* SCSS */
$brand: #d02113;
/* SwiftUI */
Color(red: 0.816, green: 0.129, blue: 0.075)
/* Android */
Color.parseColor("#d02113")Accessibility — WCAG contrast
Aa
#d02113 on white: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d02113 on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green12.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta84.1%
Yellow90.9%
Key (black)18.4%
Color previews
#d02113 text on a black background
contrast 3.91:1
Card sample
#d02113 text on a white background
contrast 5.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d02113;
Background color
Panel with #d02113 background
background-color: #d02113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d02113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 33, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 33, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d02113; background: linear-gradient(135deg, #d02113, #D09F13);