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