#df4113
a balanced, electric red · warm · closest name: tomato
RGB
223, 65, 19
HSL
14°, 84%, 48%
CMYK
0, 71, 92, 13
Luminance
0.1952
Every format
| HEX | #df4113 |
| RGB | rgb(223, 65, 19) |
| HSL | hsl(14, 84%, 48%) |
| CMYK | cmyk(0%, 71%, 92%, 13%) |
| LAB | lab(51.3 59.4 57.9) |
| LCH | lch(51.3 82.9 44.3) |
| OKLCH | oklch(0.603 0.201 35.2) |
Copy-ready code
/* CSS */
color: #df4113;
background-color: #df4113;
/* Tailwind (arbitrary) */
class="text-[#df4113] bg-[#df4113]"
/* SCSS */
$brand: #df4113;
/* SwiftUI */
Color(red: 0.875, green: 0.255, blue: 0.075)
/* Android */
Color.parseColor("#df4113")Accessibility — WCAG contrast
Aa
#df4113 on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4113 on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green25.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow91.5%
Key (black)12.5%
Color previews
#df4113 text on a black background
contrast 4.90:1
Card sample
#df4113 text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4113;
Background color
Panel with #df4113 background
background-color: #df4113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 65, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 65, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4113; background: linear-gradient(135deg, #df4113, #DFC913);