#fd191f
a balanced, electric red · warm · closest name: red
RGB
253, 25, 31
HSL
358°, 98%, 55%
CMYK
0, 90, 88, 1
Luminance
0.2168
Every format
| HEX | #fd191f |
| RGB | rgb(253, 25, 31) |
| HSL | hsl(358, 98%, 55%) |
| CMYK | cmyk(0%, 90%, 88%, 1%) |
| LAB | lab(53.7 77.7 57.7) |
| LCH | lch(53.7 96.8 36.6) |
| OKLCH | oklch(0.631 0.249 27.8) |
Copy-ready code
/* CSS */
color: #fd191f;
background-color: #fd191f;
/* Tailwind (arbitrary) */
class="text-[#fd191f] bg-[#fd191f]"
/* SCSS */
$brand: #fd191f;
/* SwiftUI */
Color(red: 0.992, green: 0.098, blue: 0.122)
/* Android */
Color.parseColor("#fd191f")Accessibility — WCAG contrast
Aa
#fd191f on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd191f on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green9.8%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow87.7%
Key (black)0.8%
Color previews
#fd191f text on a black background
contrast 5.34:1
Card sample
#fd191f text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd191f;
Background color
Panel with #fd191f background
background-color: #fd191f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd191f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 25, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 25, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd191f; background: linear-gradient(135deg, #fd191f, #FDAB19);