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