#f11621
a balanced, electric red · warm · closest name: red
RGB
241, 22, 33
HSL
357°, 89%, 52%
CMYK
0, 91, 86, 6
Luminance
0.1938
Every format
| HEX | #f11621 |
| RGB | rgb(241, 22, 33) |
| HSL | hsl(357, 89%, 52%) |
| CMYK | cmyk(0%, 91%, 86%, 6%) |
| LAB | lab(51.1 75.2 53.8) |
| LCH | lch(51.1 92.4 35.6) |
| OKLCH | oklch(0.608 0.240 27.1) |
Copy-ready code
/* CSS */
color: #f11621;
background-color: #f11621;
/* Tailwind (arbitrary) */
class="text-[#f11621] bg-[#f11621]"
/* SCSS */
$brand: #f11621;
/* SwiftUI */
Color(red: 0.945, green: 0.086, blue: 0.129)
/* Android */
Color.parseColor("#f11621")Accessibility — WCAG contrast
Aa
#f11621 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f11621 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green8.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.9%
Yellow86.3%
Key (black)5.5%
Color previews
#f11621 text on a black background
contrast 4.88:1
Card sample
#f11621 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f11621;
Background color
Panel with #f11621 background
background-color: #f11621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f11621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 22, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 22, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f11621; background: linear-gradient(135deg, #f11621, #F19D16);