#f74113
a balanced, electric red · warm · closest name: red
RGB
247, 65, 19
HSL
12°, 93%, 52%
CMYK
0, 74, 92, 3
Luminance
0.2360
Every format
| HEX | #f74113 |
| RGB | rgb(247, 65, 19) |
| HSL | hsl(12, 93%, 52%) |
| CMYK | cmyk(0%, 74%, 92%, 3%) |
| LAB | lab(55.7 66.8 62.9) |
| LCH | lch(55.7 91.8 43.3) |
| OKLCH | oklch(0.644 0.224 33.9) |
Copy-ready code
/* CSS */
color: #f74113;
background-color: #f74113;
/* Tailwind (arbitrary) */
class="text-[#f74113] bg-[#f74113]"
/* SCSS */
$brand: #f74113;
/* SwiftUI */
Color(red: 0.969, green: 0.255, blue: 0.075)
/* Android */
Color.parseColor("#f74113")Accessibility — WCAG contrast
Aa
#f74113 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f74113 on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green25.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta73.7%
Yellow92.3%
Key (black)3.1%
Color previews
#f74113 text on a black background
contrast 5.72:1
Card sample
#f74113 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f74113;
Background color
Panel with #f74113 background
background-color: #f74113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f74113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 65, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 65, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f74113; background: linear-gradient(135deg, #f74113, #F7D913);