#df1909
a balanced, electric red · warm · closest name: red
RGB
223, 25, 9
HSL
5°, 92%, 46%
CMYK
0, 89, 96, 13
Luminance
0.1640
Every format
| HEX | #df1909 |
| RGB | rgb(223, 25, 9) |
| HSL | hsl(5, 92%, 46%) |
| CMYK | cmyk(0%, 89%, 96%, 13%) |
| LAB | lab(47.5 69.8 58.5) |
| LCH | lch(47.5 91.1 40.0) |
| OKLCH | oklch(0.575 0.226 29.9) |
Copy-ready code
/* CSS */
color: #df1909;
background-color: #df1909;
/* Tailwind (arbitrary) */
class="text-[#df1909] bg-[#df1909]"
/* SCSS */
$brand: #df1909;
/* SwiftUI */
Color(red: 0.875, green: 0.098, blue: 0.035)
/* Android */
Color.parseColor("#df1909")Accessibility — WCAG contrast
Aa
#df1909 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1909 on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green9.8%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta88.8%
Yellow96.0%
Key (black)12.5%
Color previews
#df1909 text on a black background
contrast 4.28:1
Card sample
#df1909 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1909;
Background color
Panel with #df1909 background
background-color: #df1909;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1909;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 25, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 25, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1909; background: linear-gradient(135deg, #df1909, #DFA809);