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