#fd130c
a balanced, electric red · warm · closest name: red
RGB
253, 19, 12
HSL
2°, 98%, 52%
CMYK
0, 93, 95, 1
Luminance
0.2137
Every format
| HEX | #fd130c |
| RGB | rgb(253, 19, 12) |
| HSL | hsl(2, 98%, 52%) |
| CMYK | cmyk(0%, 93%, 95%, 1%) |
| LAB | lab(53.4 78.2 64.1) |
| LCH | lch(53.4 101.1 39.3) |
| OKLCH | oklch(0.628 0.252 29.2) |
Copy-ready code
/* CSS */
color: #fd130c;
background-color: #fd130c;
/* Tailwind (arbitrary) */
class="text-[#fd130c] bg-[#fd130c]"
/* SCSS */
$brand: #fd130c;
/* SwiftUI */
Color(red: 0.992, green: 0.075, blue: 0.047)
/* Android */
Color.parseColor("#fd130c")Accessibility — WCAG contrast
Aa
#fd130c on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd130c on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green7.5%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta92.5%
Yellow95.3%
Key (black)0.8%
Color previews
#fd130c text on a black background
contrast 5.27:1
Card sample
#fd130c text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd130c;
Background color
Panel with #fd130c background
background-color: #fd130c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd130c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 19, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 19, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd130c; background: linear-gradient(135deg, #fd130c, #FDB40C);