#df320d
a balanced, electric red · warm · closest name: red
RGB
223, 50, 13
HSL
11°, 89%, 46%
CMYK
0, 78, 94, 13
Luminance
0.1800
Every format
| HEX | #df320d |
| RGB | rgb(223, 50, 13) |
| HSL | hsl(11, 89%, 46%) |
| CMYK | cmyk(0%, 78%, 94%, 13%) |
| LAB | lab(49.5 64.2 58.5) |
| LCH | lch(49.5 86.9 42.4) |
| OKLCH | oklch(0.589 0.213 32.7) |
Copy-ready code
/* CSS */
color: #df320d;
background-color: #df320d;
/* Tailwind (arbitrary) */
class="text-[#df320d] bg-[#df320d]"
/* SCSS */
$brand: #df320d;
/* SwiftUI */
Color(red: 0.875, green: 0.196, blue: 0.051)
/* Android */
Color.parseColor("#df320d")Accessibility — WCAG contrast
Aa
#df320d on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df320d on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green19.6%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow94.2%
Key (black)12.5%
Color previews
#df320d text on a black background
contrast 4.60:1
Card sample
#df320d text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df320d;
Background color
Panel with #df320d background
background-color: #df320d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df320d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 50, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 50, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df320d; background: linear-gradient(135deg, #df320d, #DFBE0D);