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