#f24513
a balanced, electric red · warm · closest name: red
RGB
242, 69, 19
HSL
14°, 90%, 51%
CMYK
0, 72, 92, 5
Luminance
0.2318
Every format
| HEX | #f24513 |
| RGB | rgb(242, 69, 19) |
| HSL | hsl(14, 90%, 51%) |
| CMYK | cmyk(0%, 72%, 92%, 5%) |
| LAB | lab(55.3 64.0 62.2) |
| LCH | lch(55.3 89.2 44.2) |
| OKLCH | oklch(0.639 0.216 34.9) |
Copy-ready code
/* CSS */
color: #f24513;
background-color: #f24513;
/* Tailwind (arbitrary) */
class="text-[#f24513] bg-[#f24513]"
/* SCSS */
$brand: #f24513;
/* SwiftUI */
Color(red: 0.949, green: 0.271, blue: 0.075)
/* Android */
Color.parseColor("#f24513")Accessibility — WCAG contrast
Aa
#f24513 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f24513 on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green27.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta71.5%
Yellow92.1%
Key (black)5.1%
Color previews
#f24513 text on a black background
contrast 5.64:1
Card sample
#f24513 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f24513;
Background color
Panel with #f24513 background
background-color: #f24513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f24513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 69, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 69, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f24513; background: linear-gradient(135deg, #f24513, #F2DA13);