#fc4113
a balanced, electric red · warm · closest name: red
RGB
252, 65, 19
HSL
12°, 98%, 53%
CMYK
0, 74, 93, 1
Luminance
0.2452
Every format
| HEX | #fc4113 |
| RGB | rgb(252, 65, 19) |
| HSL | hsl(12, 98%, 53%) |
| CMYK | cmyk(0%, 74%, 93%, 1%) |
| LAB | lab(56.6 68.3 63.9) |
| LCH | lch(56.6 93.6 43.1) |
| OKLCH | oklch(0.652 0.228 33.7) |
Copy-ready code
/* CSS */
color: #fc4113;
background-color: #fc4113;
/* Tailwind (arbitrary) */
class="text-[#fc4113] bg-[#fc4113]"
/* SCSS */
$brand: #fc4113;
/* SwiftUI */
Color(red: 0.988, green: 0.255, blue: 0.075)
/* Android */
Color.parseColor("#fc4113")Accessibility — WCAG contrast
Aa
#fc4113 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc4113 on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green25.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta74.2%
Yellow92.5%
Key (black)1.2%
Color previews
#fc4113 text on a black background
contrast 5.90:1
Card sample
#fc4113 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc4113;
Background color
Panel with #fc4113 background
background-color: #fc4113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc4113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 65, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 65, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc4113; background: linear-gradient(135deg, #fc4113, #FCDC13);