#f81613
a balanced, electric red · warm · closest name: red
RGB
248, 22, 19
HSL
1°, 94%, 52%
CMYK
0, 91, 92, 3
Luminance
0.2058
Every format
| HEX | #f81613 |
| RGB | rgb(248, 22, 19) |
| HSL | hsl(1, 94%, 52%) |
| CMYK | cmyk(0%, 91%, 92%, 3%) |
| LAB | lab(52.5 76.7 61.0) |
| LCH | lch(52.5 98.0 38.5) |
| OKLCH | oklch(0.620 0.247 28.8) |
Copy-ready code
/* CSS */
color: #f81613;
background-color: #f81613;
/* Tailwind (arbitrary) */
class="text-[#f81613] bg-[#f81613]"
/* SCSS */
$brand: #f81613;
/* SwiftUI */
Color(red: 0.973, green: 0.086, blue: 0.075)
/* Android */
Color.parseColor("#f81613")Accessibility — WCAG contrast
Aa
#f81613 on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f81613 on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green8.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta91.1%
Yellow92.3%
Key (black)2.7%
Color previews
#f81613 text on a black background
contrast 5.12:1
Card sample
#f81613 text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f81613;
Background color
Panel with #f81613 background
background-color: #f81613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f81613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 22, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 22, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f81613; background: linear-gradient(135deg, #f81613, #F8AF13);