#d90f13
a balanced, electric red · warm · closest name: red
RGB
217, 15, 19
HSL
359°, 87%, 46%
CMYK
0, 93, 91, 15
Luminance
0.1514
Every format
| HEX | #d90f13 |
| RGB | rgb(217, 15, 19) |
| HSL | hsl(359, 87%, 46%) |
| CMYK | cmyk(0%, 93%, 91%, 15%) |
| LAB | lab(45.8 69.7 53.7) |
| LCH | lch(45.8 88.0 37.6) |
| OKLCH | oklch(0.560 0.224 28.2) |
Copy-ready code
/* CSS */
color: #d90f13;
background-color: #d90f13;
/* Tailwind (arbitrary) */
class="text-[#d90f13] bg-[#d90f13]"
/* SCSS */
$brand: #d90f13;
/* SwiftUI */
Color(red: 0.851, green: 0.059, blue: 0.075)
/* Android */
Color.parseColor("#d90f13")Accessibility — WCAG contrast
Aa
#d90f13 on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d90f13 on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green5.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta93.1%
Yellow91.2%
Key (black)14.9%
Color previews
#d90f13 text on a black background
contrast 4.03:1
Card sample
#d90f13 text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d90f13;
Background color
Panel with #d90f13 background
background-color: #d90f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d90f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 15, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 15, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d90f13; background: linear-gradient(135deg, #d90f13, #D9920F);