#f41413
a balanced, electric red · warm · closest name: red
RGB
244, 20, 19
HSL
0°, 91%, 52%
CMYK
0, 92, 92, 4
Luminance
0.1978
Every format
| HEX | #f41413 |
| RGB | rgb(244, 20, 19) |
| HSL | hsl(0, 91%, 52%) |
| CMYK | cmyk(0%, 92%, 92%, 4%) |
| LAB | lab(51.6 76.0 60.1) |
| LCH | lch(51.6 96.8 38.3) |
| OKLCH | oklch(0.612 0.244 28.7) |
Copy-ready code
/* CSS */
color: #f41413;
background-color: #f41413;
/* Tailwind (arbitrary) */
class="text-[#f41413] bg-[#f41413]"
/* SCSS */
$brand: #f41413;
/* SwiftUI */
Color(red: 0.957, green: 0.078, blue: 0.075)
/* Android */
Color.parseColor("#f41413")Accessibility — WCAG contrast
Aa
#f41413 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f41413 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green7.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta91.8%
Yellow92.2%
Key (black)4.3%
Color previews
#f41413 text on a black background
contrast 4.96:1
Card sample
#f41413 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f41413;
Background color
Panel with #f41413 background
background-color: #f41413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f41413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 20, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 20, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f41413; background: linear-gradient(135deg, #f41413, #F4AA13);