#f52411
a balanced, electric red · warm · closest name: red
RGB
245, 36, 17
HSL
5°, 92%, 51%
CMYK
0, 85, 93, 4
Luminance
0.2071
Every format
| HEX | #f52411 |
| RGB | rgb(245, 36, 17) |
| HSL | hsl(5, 92%, 51%) |
| CMYK | cmyk(0%, 85%, 93%, 4%) |
| LAB | lab(52.6 73.7 61.4) |
| LCH | lch(52.6 96.0 39.8) |
| OKLCH | oklch(0.620 0.239 30.1) |
Copy-ready code
/* CSS */
color: #f52411;
background-color: #f52411;
/* Tailwind (arbitrary) */
class="text-[#f52411] bg-[#f52411]"
/* SCSS */
$brand: #f52411;
/* SwiftUI */
Color(red: 0.961, green: 0.141, blue: 0.067)
/* Android */
Color.parseColor("#f52411")Accessibility — WCAG contrast
Aa
#f52411 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f52411 on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green14.1%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta85.3%
Yellow93.1%
Key (black)3.9%
Color previews
#f52411 text on a black background
contrast 5.14:1
Card sample
#f52411 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f52411;
Background color
Panel with #f52411 background
background-color: #f52411;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f52411;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 36, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 36, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f52411; background: linear-gradient(135deg, #f52411, #F5BC11);