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