#fd2c1f
a balanced, electric red · warm · closest name: red
RGB
253, 44, 31
HSL
4°, 98%, 56%
CMYK
0, 83, 88, 1
Luminance
0.2278
Every format
| HEX | #fd2c1f |
| RGB | rgb(253, 44, 31) |
| HSL | hsl(4, 98%, 56%) |
| CMYK | cmyk(0%, 83%, 88%, 1%) |
| LAB | lab(54.9 74.4 58.6) |
| LCH | lch(54.9 94.7 38.2) |
| OKLCH | oklch(0.639 0.241 29.4) |
Copy-ready code
/* CSS */
color: #fd2c1f;
background-color: #fd2c1f;
/* Tailwind (arbitrary) */
class="text-[#fd2c1f] bg-[#fd2c1f]"
/* SCSS */
$brand: #fd2c1f;
/* SwiftUI */
Color(red: 0.992, green: 0.173, blue: 0.122)
/* Android */
Color.parseColor("#fd2c1f")Accessibility — WCAG contrast
Aa
#fd2c1f on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2c1f on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green17.3%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow87.7%
Key (black)0.8%
Color previews
#fd2c1f text on a black background
contrast 5.56:1
Card sample
#fd2c1f text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2c1f;
Background color
Panel with #fd2c1f background
background-color: #fd2c1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2c1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 44, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 44, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2c1f; background: linear-gradient(135deg, #fd2c1f, #FDC01F);