#f42413
a balanced, electric red · warm · closest name: red
RGB
244, 36, 19
HSL
5°, 91%, 52%
CMYK
0, 85, 92, 4
Luminance
0.2054
Every format
| HEX | #f42413 |
| RGB | rgb(244, 36, 19) |
| HSL | hsl(5, 91%, 52%) |
| CMYK | cmyk(0%, 85%, 92%, 4%) |
| LAB | lab(52.5 73.5 60.6) |
| LCH | lch(52.5 95.3 39.5) |
| OKLCH | oklch(0.619 0.238 29.9) |
Copy-ready code
/* CSS */
color: #f42413;
background-color: #f42413;
/* Tailwind (arbitrary) */
class="text-[#f42413] bg-[#f42413]"
/* SCSS */
$brand: #f42413;
/* SwiftUI */
Color(red: 0.957, green: 0.141, blue: 0.075)
/* Android */
Color.parseColor("#f42413")Accessibility — WCAG contrast
Aa
#f42413 on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f42413 on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green14.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta85.2%
Yellow92.2%
Key (black)4.3%
Color previews
#f42413 text on a black background
contrast 5.11:1
Card sample
#f42413 text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f42413;
Background color
Panel with #f42413 background
background-color: #f42413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f42413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 36, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 36, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f42413; background: linear-gradient(135deg, #f42413, #F4BA13);