#df1815
a balanced, electric red · warm · closest name: red
RGB
223, 24, 21
HSL
1°, 83%, 48%
CMYK
0, 89, 91, 13
Luminance
0.1640
Every format
| HEX | #df1815 |
| RGB | rgb(223, 24, 21) |
| HSL | hsl(1, 83%, 48%) |
| CMYK | cmyk(0%, 89%, 91%, 13%) |
| LAB | lab(47.5 70.1 54.6) |
| LCH | lch(47.5 88.9 37.9) |
| OKLCH | oklch(0.575 0.226 28.7) |
Copy-ready code
/* CSS */
color: #df1815;
background-color: #df1815;
/* Tailwind (arbitrary) */
class="text-[#df1815] bg-[#df1815]"
/* SCSS */
$brand: #df1815;
/* SwiftUI */
Color(red: 0.875, green: 0.094, blue: 0.082)
/* Android */
Color.parseColor("#df1815")Accessibility — WCAG contrast
Aa
#df1815 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1815 on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green9.4%
Blue8.2%
CMYK percentages
Cyan0.0%
Magenta89.2%
Yellow90.6%
Key (black)12.5%
Color previews
#df1815 text on a black background
contrast 4.28:1
Card sample
#df1815 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1815;
Background color
Panel with #df1815 background
background-color: #df1815;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1815;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 24, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 24, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1815; background: linear-gradient(135deg, #df1815, #DF9F15);