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