#f41f2c
a balanced, electric red · warm · closest name: crimson
RGB
244, 31, 44
HSL
356°, 91%, 54%
CMYK
0, 87, 82, 4
Luminance
0.2039
Every format
| HEX | #f41f2c |
| RGB | rgb(244, 31, 44) |
| HSL | hsl(356, 91%, 54%) |
| CMYK | cmyk(0%, 87%, 82%, 4%) |
| LAB | lab(52.3 74.8 49.6) |
| LCH | lch(52.3 89.8 33.5) |
| OKLCH | oklch(0.618 0.239 26.0) |
Copy-ready code
/* CSS */
color: #f41f2c;
background-color: #f41f2c;
/* Tailwind (arbitrary) */
class="text-[#f41f2c] bg-[#f41f2c]"
/* SCSS */
$brand: #f41f2c;
/* SwiftUI */
Color(red: 0.957, green: 0.122, blue: 0.173)
/* Android */
Color.parseColor("#f41f2c")Accessibility — WCAG contrast
Aa
#f41f2c on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f41f2c on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green12.2%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta87.3%
Yellow82.0%
Key (black)4.3%
Color previews
#f41f2c text on a black background
contrast 5.08:1
Card sample
#f41f2c text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f41f2c;
Background color
Panel with #f41f2c background
background-color: #f41f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f41f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 31, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 31, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f41f2c; background: linear-gradient(135deg, #f41f2c, #F4A01F);