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