#fc1f13
a balanced, electric red · warm · closest name: red
RGB
252, 31, 19
HSL
3°, 98%, 53%
CMYK
0, 88, 93, 1
Luminance
0.2172
Every format
| HEX | #fc1f13 |
| RGB | rgb(252, 31, 19) |
| HSL | hsl(3, 98%, 53%) |
| CMYK | cmyk(0%, 88%, 93%, 1%) |
| LAB | lab(53.7 76.5 62.2) |
| LCH | lch(53.7 98.5 39.1) |
| OKLCH | oklch(0.631 0.247 29.5) |
Copy-ready code
/* CSS */
color: #fc1f13;
background-color: #fc1f13;
/* Tailwind (arbitrary) */
class="text-[#fc1f13] bg-[#fc1f13]"
/* SCSS */
$brand: #fc1f13;
/* SwiftUI */
Color(red: 0.988, green: 0.122, blue: 0.075)
/* Android */
Color.parseColor("#fc1f13")Accessibility — WCAG contrast
Aa
#fc1f13 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc1f13 on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green12.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta87.7%
Yellow92.5%
Key (black)1.2%
Color previews
#fc1f13 text on a black background
contrast 5.34:1
Card sample
#fc1f13 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc1f13;
Background color
Panel with #fc1f13 background
background-color: #fc1f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc1f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 31, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 31, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc1f13; background: linear-gradient(135deg, #fc1f13, #FCBA13);