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