#df1613
a balanced, electric red · warm · closest name: red
RGB
223, 22, 19
HSL
1°, 84%, 48%
CMYK
0, 90, 92, 13
Luminance
0.1631
Every format
| HEX | #df1613 |
| RGB | rgb(223, 22, 19) |
| HSL | hsl(1, 84%, 48%) |
| CMYK | cmyk(0%, 90%, 92%, 13%) |
| LAB | lab(47.4 70.4 55.3) |
| LCH | lch(47.4 89.5 38.2) |
| OKLCH | oklch(0.574 0.227 28.8) |
Copy-ready code
/* CSS */
color: #df1613;
background-color: #df1613;
/* Tailwind (arbitrary) */
class="text-[#df1613] bg-[#df1613]"
/* SCSS */
$brand: #df1613;
/* SwiftUI */
Color(red: 0.875, green: 0.086, blue: 0.075)
/* Android */
Color.parseColor("#df1613")Accessibility — WCAG contrast
Aa
#df1613 on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1613 on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green8.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow91.5%
Key (black)12.5%
Color previews
#df1613 text on a black background
contrast 4.26:1
Card sample
#df1613 text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1613;
Background color
Panel with #df1613 background
background-color: #df1613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 22, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 22, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1613; background: linear-gradient(135deg, #df1613, #DF9E13);