#fd110f
a balanced, electric red · warm · closest name: red
RGB
253, 17, 15
HSL
1°, 98%, 53%
CMYK
0, 93, 94, 1
Luminance
0.2132
Every format
| HEX | #fd110f |
| RGB | rgb(253, 17, 15) |
| HSL | hsl(1, 98%, 53%) |
| CMYK | cmyk(0%, 93%, 94%, 1%) |
| LAB | lab(53.3 78.5 63.3) |
| LCH | lch(53.3 100.8 38.9) |
| OKLCH | oklch(0.628 0.253 28.9) |
Copy-ready code
/* CSS */
color: #fd110f;
background-color: #fd110f;
/* Tailwind (arbitrary) */
class="text-[#fd110f] bg-[#fd110f]"
/* SCSS */
$brand: #fd110f;
/* SwiftUI */
Color(red: 0.992, green: 0.067, blue: 0.059)
/* Android */
Color.parseColor("#fd110f")Accessibility — WCAG contrast
Aa
#fd110f on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd110f on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green6.7%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow94.1%
Key (black)0.8%
Color previews
#fd110f text on a black background
contrast 5.26:1
Card sample
#fd110f text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd110f;
Background color
Panel with #fd110f background
background-color: #fd110f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd110f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 17, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 17, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd110f; background: linear-gradient(135deg, #fd110f, #FDB00F);