#f02411
a balanced, electric red · warm · closest name: red
RGB
240, 36, 17
HSL
5°, 88%, 50%
CMYK
0, 85, 93, 6
Luminance
0.1983
Every format
| HEX | #f02411 |
| RGB | rgb(240, 36, 17) |
| HSL | hsl(5, 88%, 50%) |
| CMYK | cmyk(0%, 85%, 93%, 6%) |
| LAB | lab(51.6 72.4 60.3) |
| LCH | lch(51.6 94.3 39.8) |
| OKLCH | oklch(0.611 0.235 30.1) |
Copy-ready code
/* CSS */
color: #f02411;
background-color: #f02411;
/* Tailwind (arbitrary) */
class="text-[#f02411] bg-[#f02411]"
/* SCSS */
$brand: #f02411;
/* SwiftUI */
Color(red: 0.941, green: 0.141, blue: 0.067)
/* Android */
Color.parseColor("#f02411")Accessibility — WCAG contrast
Aa
#f02411 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f02411 on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green14.1%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow92.9%
Key (black)5.9%
Color previews
#f02411 text on a black background
contrast 4.97:1
Card sample
#f02411 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f02411;
Background color
Panel with #f02411 background
background-color: #f02411;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f02411;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 36, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 36, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f02411; background: linear-gradient(135deg, #f02411, #F0B911);