#fd112f
a balanced, electric red · warm · closest name: red
RGB
253, 17, 47
HSL
352°, 98%, 53%
CMYK
0, 93, 81, 1
Luminance
0.2149
Every format
| HEX | #fd112f |
| RGB | rgb(253, 17, 47) |
| HSL | hsl(352, 98%, 53%) |
| CMYK | cmyk(0%, 93%, 81%, 1%) |
| LAB | lab(53.5 79.0 49.8) |
| LCH | lch(53.5 93.4 32.2) |
| OKLCH | oklch(0.630 0.250 24.8) |
Copy-ready code
/* CSS */
color: #fd112f;
background-color: #fd112f;
/* Tailwind (arbitrary) */
class="text-[#fd112f] bg-[#fd112f]"
/* SCSS */
$brand: #fd112f;
/* SwiftUI */
Color(red: 0.992, green: 0.067, blue: 0.184)
/* Android */
Color.parseColor("#fd112f")Accessibility — WCAG contrast
Aa
#fd112f on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd112f on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green6.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow81.4%
Key (black)0.8%
Color previews
#fd112f text on a black background
contrast 5.30:1
Card sample
#fd112f text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd112f;
Background color
Panel with #fd112f background
background-color: #fd112f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd112f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 17, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 17, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd112f; background: linear-gradient(135deg, #fd112f, #FD9011);