#f11921
a balanced, electric red · warm · closest name: red
RGB
241, 25, 33
HSL
358°, 89%, 52%
CMYK
0, 90, 86, 6
Luminance
0.1951
Every format
| HEX | #f11921 |
| RGB | rgb(241, 25, 33) |
| HSL | hsl(358, 89%, 52%) |
| CMYK | cmyk(0%, 90%, 86%, 6%) |
| LAB | lab(51.3 74.8 53.9) |
| LCH | lch(51.3 92.2 35.8) |
| OKLCH | oklch(0.609 0.239 27.3) |
Copy-ready code
/* CSS */
color: #f11921;
background-color: #f11921;
/* Tailwind (arbitrary) */
class="text-[#f11921] bg-[#f11921]"
/* SCSS */
$brand: #f11921;
/* SwiftUI */
Color(red: 0.945, green: 0.098, blue: 0.129)
/* Android */
Color.parseColor("#f11921")Accessibility — WCAG contrast
Aa
#f11921 on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f11921 on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green9.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta89.6%
Yellow86.3%
Key (black)5.5%
Color previews
#f11921 text on a black background
contrast 4.90:1
Card sample
#f11921 text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f11921;
Background color
Panel with #f11921 background
background-color: #f11921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f11921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 25, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 25, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f11921; background: linear-gradient(135deg, #f11921, #F1A119);