#f44913
a balanced, electric red · warm · closest name: red
RGB
244, 73, 19
HSL
14°, 91%, 52%
CMYK
0, 70, 92, 4
Luminance
0.2405
Every format
| HEX | #f44913 |
| RGB | rgb(244, 73, 19) |
| HSL | hsl(14, 91%, 52%) |
| CMYK | cmyk(0%, 70%, 92%, 4%) |
| LAB | lab(56.1 63.2 62.9) |
| LCH | lch(56.1 89.2 44.9) |
| OKLCH | oklch(0.646 0.215 35.7) |
Copy-ready code
/* CSS */
color: #f44913;
background-color: #f44913;
/* Tailwind (arbitrary) */
class="text-[#f44913] bg-[#f44913]"
/* SCSS */
$brand: #f44913;
/* SwiftUI */
Color(red: 0.957, green: 0.286, blue: 0.075)
/* Android */
Color.parseColor("#f44913")Accessibility — WCAG contrast
Aa
#f44913 on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f44913 on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green28.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta70.1%
Yellow92.2%
Key (black)4.3%
Color previews
#f44913 text on a black background
contrast 5.81:1
Card sample
#f44913 text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44913;
Background color
Panel with #f44913 background
background-color: #f44913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 73, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 73, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44913; background: linear-gradient(135deg, #f44913, #F4DF13);