#d11f13
a dark, electric red · warm · closest name: firebrick
RGB
209, 31, 19
HSL
4°, 83%, 45%
CMYK
0, 85, 91, 18
Luminance
0.1458
Every format
| HEX | #d11f13 |
| RGB | rgb(209, 31, 19) |
| HSL | hsl(4, 83%, 45%) |
| CMYK | cmyk(0%, 85%, 91%, 18%) |
| LAB | lab(45.1 65.1 52.4) |
| LCH | lch(45.1 83.6 38.8) |
| OKLCH | oklch(0.551 0.211 29.6) |
Copy-ready code
/* CSS */
color: #d11f13;
background-color: #d11f13;
/* Tailwind (arbitrary) */
class="text-[#d11f13] bg-[#d11f13]"
/* SCSS */
$brand: #d11f13;
/* SwiftUI */
Color(red: 0.820, green: 0.122, blue: 0.075)
/* Android */
Color.parseColor("#d11f13")Accessibility — WCAG contrast
Aa
#d11f13 on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d11f13 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green12.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta85.2%
Yellow90.9%
Key (black)18.0%
Color previews
#d11f13 text on a black background
contrast 3.92:1
Card sample
#d11f13 text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d11f13;
Background color
Panel with #d11f13 background
background-color: #d11f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d11f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 31, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 31, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d11f13; background: linear-gradient(135deg, #d11f13, #D19E13);