#f42b13
a balanced, electric red · warm · closest name: red
RGB
244, 43, 19
HSL
6°, 91%, 52%
CMYK
0, 82, 92, 4
Luminance
0.2101
Every format
| HEX | #f42b13 |
| RGB | rgb(244, 43, 19) |
| HSL | hsl(6, 91%, 52%) |
| CMYK | cmyk(0%, 82%, 92%, 4%) |
| LAB | lab(53.0 72.0 60.9) |
| LCH | lch(53.0 94.3 40.2) |
| OKLCH | oklch(0.622 0.235 30.7) |
Copy-ready code
/* CSS */
color: #f42b13;
background-color: #f42b13;
/* Tailwind (arbitrary) */
class="text-[#f42b13] bg-[#f42b13]"
/* SCSS */
$brand: #f42b13;
/* SwiftUI */
Color(red: 0.957, green: 0.169, blue: 0.075)
/* Android */
Color.parseColor("#f42b13")Accessibility — WCAG contrast
Aa
#f42b13 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f42b13 on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green16.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta82.4%
Yellow92.2%
Key (black)4.3%
Color previews
#f42b13 text on a black background
contrast 5.20:1
Card sample
#f42b13 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f42b13;
Background color
Panel with #f42b13 background
background-color: #f42b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f42b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 43, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 43, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f42b13; background: linear-gradient(135deg, #f42b13, #F4C113);