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