#f41b13
a balanced, electric red · warm · closest name: red
RGB
244, 27, 19
HSL
2°, 91%, 52%
CMYK
0, 89, 92, 4
Luminance
0.2006
Every format
| HEX | #f41b13 |
| RGB | rgb(244, 27, 19) |
| HSL | hsl(2, 91%, 52%) |
| CMYK | cmyk(0%, 89%, 92%, 4%) |
| LAB | lab(51.9 75.0 60.3) |
| LCH | lch(51.9 96.2 38.8) |
| OKLCH | oklch(0.615 0.242 29.2) |
Copy-ready code
/* CSS */
color: #f41b13;
background-color: #f41b13;
/* Tailwind (arbitrary) */
class="text-[#f41b13] bg-[#f41b13]"
/* SCSS */
$brand: #f41b13;
/* SwiftUI */
Color(red: 0.957, green: 0.106, blue: 0.075)
/* Android */
Color.parseColor("#f41b13")Accessibility — WCAG contrast
Aa
#f41b13 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f41b13 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green10.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta88.9%
Yellow92.2%
Key (black)4.3%
Color previews
#f41b13 text on a black background
contrast 5.01:1
Card sample
#f41b13 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f41b13;
Background color
Panel with #f41b13 background
background-color: #f41b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f41b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 27, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 27, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f41b13; background: linear-gradient(135deg, #f41b13, #F4B113);