#f52c13
a balanced, electric red · warm · closest name: red
RGB
245, 44, 19
HSL
7°, 92%, 52%
CMYK
0, 82, 92, 4
Luminance
0.2126
Every format
| HEX | #f52c13 |
| RGB | rgb(245, 44, 19) |
| HSL | hsl(7, 92%, 52%) |
| CMYK | cmyk(0%, 82%, 92%, 4%) |
| LAB | lab(53.2 72.1 61.2) |
| LCH | lch(53.2 94.5 40.3) |
| OKLCH | oklch(0.625 0.235 30.8) |
Copy-ready code
/* CSS */
color: #f52c13;
background-color: #f52c13;
/* Tailwind (arbitrary) */
class="text-[#f52c13] bg-[#f52c13]"
/* SCSS */
$brand: #f52c13;
/* SwiftUI */
Color(red: 0.961, green: 0.173, blue: 0.075)
/* Android */
Color.parseColor("#f52c13")Accessibility — WCAG contrast
Aa
#f52c13 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f52c13 on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green17.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta82.0%
Yellow92.2%
Key (black)3.9%
Color previews
#f52c13 text on a black background
contrast 5.25:1
Card sample
#f52c13 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f52c13;
Background color
Panel with #f52c13 background
background-color: #f52c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f52c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 44, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 44, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f52c13; background: linear-gradient(135deg, #f52c13, #F5C313);