#df0e13
a balanced, electric red · warm · closest name: red
RGB
223, 14, 19
HSL
359°, 88%, 47%
CMYK
0, 94, 92, 13
Luminance
0.1605
Every format
| HEX | #df0e13 |
| RGB | rgb(223, 14, 19) |
| HSL | hsl(359, 88%, 47%) |
| CMYK | cmyk(0%, 94%, 92%, 13%) |
| LAB | lab(47.0 71.3 55.1) |
| LCH | lch(47.0 90.1 37.7) |
| OKLCH | oklch(0.571 0.229 28.3) |
Copy-ready code
/* CSS */
color: #df0e13;
background-color: #df0e13;
/* Tailwind (arbitrary) */
class="text-[#df0e13] bg-[#df0e13]"
/* SCSS */
$brand: #df0e13;
/* SwiftUI */
Color(red: 0.875, green: 0.055, blue: 0.075)
/* Android */
Color.parseColor("#df0e13")Accessibility — WCAG contrast
Aa
#df0e13 on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df0e13 on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green5.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta93.7%
Yellow91.5%
Key (black)12.5%
Color previews
#df0e13 text on a black background
contrast 4.21:1
Card sample
#df0e13 text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0e13;
Background color
Panel with #df0e13 background
background-color: #df0e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 14, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 14, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0e13; background: linear-gradient(135deg, #df0e13, #DF950E);