#fc4913
a balanced, electric red · warm · closest name: red
RGB
252, 73, 19
HSL
14°, 98%, 53%
CMYK
0, 71, 93, 1
Luminance
0.2551
Every format
| HEX | #fc4913 |
| RGB | rgb(252, 73, 19) |
| HSL | hsl(14, 98%, 53%) |
| CMYK | cmyk(0%, 71%, 93%, 1%) |
| LAB | lab(57.6 65.7 64.5) |
| LCH | lch(57.6 92.1 44.5) |
| OKLCH | oklch(0.659 0.223 35.2) |
Copy-ready code
/* CSS */
color: #fc4913;
background-color: #fc4913;
/* Tailwind (arbitrary) */
class="text-[#fc4913] bg-[#fc4913]"
/* SCSS */
$brand: #fc4913;
/* SwiftUI */
Color(red: 0.988, green: 0.286, blue: 0.075)
/* Android */
Color.parseColor("#fc4913")Accessibility — WCAG contrast
Aa
#fc4913 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc4913 on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green28.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta71.0%
Yellow92.5%
Key (black)1.2%
Color previews
#fc4913 text on a black background
contrast 6.10:1
Card sample
#fc4913 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc4913;
Background color
Panel with #fc4913 background
background-color: #fc4913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc4913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 73, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 73, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc4913; background: linear-gradient(135deg, #fc4913, #FCE413);