#df2211
a balanced, electric red · warm · closest name: red
RGB
223, 34, 17
HSL
5°, 86%, 47%
CMYK
0, 85, 92, 13
Luminance
0.1687
Every format
| HEX | #df2211 |
| RGB | rgb(223, 34, 17) |
| HSL | hsl(5, 86%, 47%) |
| CMYK | cmyk(0%, 85%, 92%, 13%) |
| LAB | lab(48.1 68.3 56.5) |
| LCH | lch(48.1 88.6 39.6) |
| OKLCH | oklch(0.579 0.222 30.1) |
Copy-ready code
/* CSS */
color: #df2211;
background-color: #df2211;
/* Tailwind (arbitrary) */
class="text-[#df2211] bg-[#df2211]"
/* SCSS */
$brand: #df2211;
/* SwiftUI */
Color(red: 0.875, green: 0.133, blue: 0.067)
/* Android */
Color.parseColor("#df2211")Accessibility — WCAG contrast
Aa
#df2211 on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df2211 on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green13.3%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta84.8%
Yellow92.4%
Key (black)12.5%
Color previews
#df2211 text on a black background
contrast 4.37:1
Card sample
#df2211 text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2211;
Background color
Panel with #df2211 background
background-color: #df2211;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2211;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 34, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 34, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2211; background: linear-gradient(135deg, #df2211, #DFAC11);