#fd201c
a balanced, electric red · warm · closest name: red
RGB
253, 32, 28
HSL
1°, 98%, 55%
CMYK
0, 87, 89, 1
Luminance
0.2200
Every format
| HEX | #fd201c |
| RGB | rgb(253, 32, 28) |
| HSL | hsl(1, 98%, 55%) |
| CMYK | cmyk(0%, 87%, 89%, 1%) |
| LAB | lab(54.0 76.7 59.2) |
| LCH | lch(54.0 96.8 37.7) |
| OKLCH | oklch(0.633 0.247 28.6) |
Copy-ready code
/* CSS */
color: #fd201c;
background-color: #fd201c;
/* Tailwind (arbitrary) */
class="text-[#fd201c] bg-[#fd201c]"
/* SCSS */
$brand: #fd201c;
/* SwiftUI */
Color(red: 0.992, green: 0.125, blue: 0.110)
/* Android */
Color.parseColor("#fd201c")Accessibility — WCAG contrast
Aa
#fd201c on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd201c on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green12.5%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow88.9%
Key (black)0.8%
Color previews
#fd201c text on a black background
contrast 5.40:1
Card sample
#fd201c text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd201c;
Background color
Panel with #fd201c background
background-color: #fd201c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd201c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 32, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 32, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd201c; background: linear-gradient(135deg, #fd201c, #FDB61C);