#f70b13
a balanced, electric red · warm · closest name: red
RGB
247, 11, 19
HSL
358°, 94%, 51%
CMYK
0, 96, 92, 3
Luminance
0.2006
Every format
| HEX | #f70b13 |
| RGB | rgb(247, 11, 19) |
| HSL | hsl(358, 94%, 51%) |
| CMYK | cmyk(0%, 96%, 92%, 3%) |
| LAB | lab(51.9 77.5 60.6) |
| LCH | lch(51.9 98.4 38.0) |
| OKLCH | oklch(0.616 0.249 28.3) |
Copy-ready code
/* CSS */
color: #f70b13;
background-color: #f70b13;
/* Tailwind (arbitrary) */
class="text-[#f70b13] bg-[#f70b13]"
/* SCSS */
$brand: #f70b13;
/* SwiftUI */
Color(red: 0.969, green: 0.043, blue: 0.075)
/* Android */
Color.parseColor("#f70b13")Accessibility — WCAG contrast
Aa
#f70b13 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f70b13 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green4.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta95.5%
Yellow92.3%
Key (black)3.1%
Color previews
#f70b13 text on a black background
contrast 5.01:1
Card sample
#f70b13 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f70b13;
Background color
Panel with #f70b13 background
background-color: #f70b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f70b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 11, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 11, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f70b13; background: linear-gradient(135deg, #f70b13, #F7A10B);