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