#f53413
a balanced, electric red · warm · closest name: red
RGB
245, 52, 19
HSL
9°, 92%, 52%
CMYK
0, 79, 92, 4
Luminance
0.2192
Every format
| HEX | #f53413 |
| RGB | rgb(245, 52, 19) |
| HSL | hsl(9, 92%, 52%) |
| CMYK | cmyk(0%, 79%, 92%, 4%) |
| LAB | lab(53.9 70.1 61.6) |
| LCH | lch(53.9 93.3 41.3) |
| OKLCH | oklch(0.630 0.231 31.8) |
Copy-ready code
/* CSS */
color: #f53413;
background-color: #f53413;
/* Tailwind (arbitrary) */
class="text-[#f53413] bg-[#f53413]"
/* SCSS */
$brand: #f53413;
/* SwiftUI */
Color(red: 0.961, green: 0.204, blue: 0.075)
/* Android */
Color.parseColor("#f53413")Accessibility — WCAG contrast
Aa
#f53413 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f53413 on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green20.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta78.8%
Yellow92.2%
Key (black)3.9%
Color previews
#f53413 text on a black background
contrast 5.38:1
Card sample
#f53413 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f53413;
Background color
Panel with #f53413 background
background-color: #f53413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f53413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 52, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 52, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f53413; background: linear-gradient(135deg, #f53413, #F5CB13);