#fd291f
a balanced, electric red · warm · closest name: red
RGB
253, 41, 31
HSL
3°, 98%, 56%
CMYK
0, 84, 88, 1
Luminance
0.2257
Every format
| HEX | #fd291f |
| RGB | rgb(253, 41, 31) |
| HSL | hsl(3, 98%, 56%) |
| CMYK | cmyk(0%, 84%, 88%, 1%) |
| LAB | lab(54.6 75.0 58.4) |
| LCH | lch(54.6 95.1 37.9) |
| OKLCH | oklch(0.638 0.243 29.1) |
Copy-ready code
/* CSS */
color: #fd291f;
background-color: #fd291f;
/* Tailwind (arbitrary) */
class="text-[#fd291f] bg-[#fd291f]"
/* SCSS */
$brand: #fd291f;
/* SwiftUI */
Color(red: 0.992, green: 0.161, blue: 0.122)
/* Android */
Color.parseColor("#fd291f")Accessibility — WCAG contrast
Aa
#fd291f on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd291f on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green16.1%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta83.8%
Yellow87.7%
Key (black)0.8%
Color previews
#fd291f text on a black background
contrast 5.51:1
Card sample
#fd291f text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd291f;
Background color
Panel with #fd291f background
background-color: #fd291f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd291f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 41, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 41, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd291f; background: linear-gradient(135deg, #fd291f, #FDBD1F);