#df2116
a balanced, electric red · warm · closest name: red
RGB
223, 33, 22
HSL
3°, 82%, 48%
CMYK
0, 85, 90, 13
Luminance
0.1683
Every format
| HEX | #df2116 |
| RGB | rgb(223, 33, 22) |
| HSL | hsl(3, 82%, 48%) |
| CMYK | cmyk(0%, 85%, 90%, 13%) |
| LAB | lab(48.1 68.5 54.6) |
| LCH | lch(48.1 87.6 38.5) |
| OKLCH | oklch(0.579 0.222 29.4) |
Copy-ready code
/* CSS */
color: #df2116;
background-color: #df2116;
/* Tailwind (arbitrary) */
class="text-[#df2116] bg-[#df2116]"
/* SCSS */
$brand: #df2116;
/* SwiftUI */
Color(red: 0.875, green: 0.129, blue: 0.086)
/* Android */
Color.parseColor("#df2116")Accessibility — WCAG contrast
Aa
#df2116 on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2116 on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green12.9%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta85.2%
Yellow90.1%
Key (black)12.5%
Color previews
#df2116 text on a black background
contrast 4.37:1
Card sample
#df2116 text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2116;
Background color
Panel with #df2116 background
background-color: #df2116;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2116;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 33, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 33, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2116; background: linear-gradient(135deg, #df2116, #DFA716);