#fc3513
a balanced, electric red · warm · closest name: red
RGB
252, 53, 19
HSL
9°, 98%, 53%
CMYK
0, 79, 93, 1
Luminance
0.2329
Every format
| HEX | #fc3513 |
| RGB | rgb(252, 53, 19) |
| HSL | hsl(9, 98%, 53%) |
| CMYK | cmyk(0%, 79%, 93%, 1%) |
| LAB | lab(55.4 71.8 63.2) |
| LCH | lch(55.4 95.6 41.3) |
| OKLCH | oklch(0.643 0.236 31.8) |
Copy-ready code
/* CSS */
color: #fc3513;
background-color: #fc3513;
/* Tailwind (arbitrary) */
class="text-[#fc3513] bg-[#fc3513]"
/* SCSS */
$brand: #fc3513;
/* SwiftUI */
Color(red: 0.988, green: 0.208, blue: 0.075)
/* Android */
Color.parseColor("#fc3513")Accessibility — WCAG contrast
Aa
#fc3513 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc3513 on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green20.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta79.0%
Yellow92.5%
Key (black)1.2%
Color previews
#fc3513 text on a black background
contrast 5.66:1
Card sample
#fc3513 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3513;
Background color
Panel with #fc3513 background
background-color: #fc3513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 53, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 53, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3513; background: linear-gradient(135deg, #fc3513, #FCD013);