#f13713
a balanced, electric red · warm · closest name: red
RGB
241, 55, 19
HSL
10°, 89%, 51%
CMYK
0, 77, 92, 6
Luminance
0.2148
Every format
| HEX | #f13713 |
| RGB | rgb(241, 55, 19) |
| HSL | hsl(10, 89%, 51%) |
| CMYK | cmyk(0%, 77%, 92%, 6%) |
| LAB | lab(53.5 68.1 60.9) |
| LCH | lch(53.5 91.4 41.8) |
| OKLCH | oklch(0.625 0.225 32.4) |
Copy-ready code
/* CSS */
color: #f13713;
background-color: #f13713;
/* Tailwind (arbitrary) */
class="text-[#f13713] bg-[#f13713]"
/* SCSS */
$brand: #f13713;
/* SwiftUI */
Color(red: 0.945, green: 0.216, blue: 0.075)
/* Android */
Color.parseColor("#f13713")Accessibility — WCAG contrast
Aa
#f13713 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f13713 on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green21.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta77.2%
Yellow92.1%
Key (black)5.5%
Color previews
#f13713 text on a black background
contrast 5.30:1
Card sample
#f13713 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f13713;
Background color
Panel with #f13713 background
background-color: #f13713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f13713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 55, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 55, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f13713; background: linear-gradient(135deg, #f13713, #F1CB13);