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