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