#f40009
a balanced, electric red · warm · closest name: red
RGB
244, 0, 9
HSL
358°, 100%, 48%
CMYK
0, 100, 96, 4
Luminance
0.1925
Every format
| HEX | #f40009 |
| RGB | rgb(244, 0, 9) |
| HSL | hsl(358, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 96%, 4%) |
| LAB | lab(51.0 77.5 62.6) |
| LCH | lch(51.0 99.7 38.9) |
| OKLCH | oklch(0.608 0.249 28.7) |
Copy-ready code
/* CSS */
color: #f40009;
background-color: #f40009;
/* Tailwind (arbitrary) */
class="text-[#f40009] bg-[#f40009]"
/* SCSS */
$brand: #f40009;
/* SwiftUI */
Color(red: 0.957, green: 0.000, blue: 0.035)
/* Android */
Color.parseColor("#f40009")Accessibility — WCAG contrast
Aa
#f40009 on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f40009 on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green0.0%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow96.3%
Key (black)4.3%
Color previews
#f40009 text on a black background
contrast 4.85:1
Card sample
#f40009 text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f40009;
Background color
Panel with #f40009 background
background-color: #f40009;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f40009;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 0, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 0, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f40009; background: linear-gradient(135deg, #f40009, #F49A00);