#df020e
a dark, electric red · warm · closest name: red
RGB
223, 2, 14
HSL
357°, 98%, 44%
CMYK
0, 99, 94, 13
Luminance
0.1576
Every format
| HEX | #df020e |
| RGB | rgb(223, 2, 14) |
| HSL | hsl(357, 98%, 44%) |
| CMYK | cmyk(0%, 99%, 94%, 13%) |
| LAB | lab(46.7 72.3 56.6) |
| LCH | lch(46.7 91.8 38.1) |
| OKLCH | oklch(0.568 0.232 28.2) |
Copy-ready code
/* CSS */
color: #df020e;
background-color: #df020e;
/* Tailwind (arbitrary) */
class="text-[#df020e] bg-[#df020e]"
/* SCSS */
$brand: #df020e;
/* SwiftUI */
Color(red: 0.875, green: 0.008, blue: 0.055)
/* Android */
Color.parseColor("#df020e")Accessibility — WCAG contrast
Aa
#df020e on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df020e on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green0.8%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta99.1%
Yellow93.7%
Key (black)12.5%
Color previews
#df020e text on a black background
contrast 4.15:1
Card sample
#df020e text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df020e;
Background color
Panel with #df020e background
background-color: #df020e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df020e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 2, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 2, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df020e; background: linear-gradient(135deg, #df020e, #DF8902);