#fc1813
a balanced, electric red · warm · closest name: red
RGB
252, 24, 19
HSL
1°, 98%, 53%
CMYK
0, 91, 93, 1
Luminance
0.2140
Every format
| HEX | #fc1813 |
| RGB | rgb(252, 24, 19) |
| HSL | hsl(1, 98%, 53%) |
| CMYK | cmyk(0%, 91%, 93%, 1%) |
| LAB | lab(53.4 77.5 62.0) |
| LCH | lch(53.4 99.2 38.7) |
| OKLCH | oklch(0.628 0.250 29.0) |
Copy-ready code
/* CSS */
color: #fc1813;
background-color: #fc1813;
/* Tailwind (arbitrary) */
class="text-[#fc1813] bg-[#fc1813]"
/* SCSS */
$brand: #fc1813;
/* SwiftUI */
Color(red: 0.988, green: 0.094, blue: 0.075)
/* Android */
Color.parseColor("#fc1813")Accessibility — WCAG contrast
Aa
#fc1813 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc1813 on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green9.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta90.5%
Yellow92.5%
Key (black)1.2%
Color previews
#fc1813 text on a black background
contrast 5.28:1
Card sample
#fc1813 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc1813;
Background color
Panel with #fc1813 background
background-color: #fc1813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc1813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 24, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 24, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc1813; background: linear-gradient(135deg, #fc1813, #FCB313);