#f60113
a balanced, electric red · warm · closest name: red
RGB
246, 1, 19
HSL
356°, 99%, 48%
CMYK
0, 100, 92, 4
Luminance
0.1966
Every format
| HEX | #f60113 |
| RGB | rgb(246, 1, 19) |
| HSL | hsl(356, 99%, 48%) |
| CMYK | cmyk(0%, 100%, 92%, 4%) |
| LAB | lab(51.5 78.0 60.2) |
| LCH | lch(51.5 98.5 37.7) |
| OKLCH | oklch(0.612 0.250 28.0) |
Copy-ready code
/* CSS */
color: #f60113;
background-color: #f60113;
/* Tailwind (arbitrary) */
class="text-[#f60113] bg-[#f60113]"
/* SCSS */
$brand: #f60113;
/* SwiftUI */
Color(red: 0.965, green: 0.004, blue: 0.075)
/* Android */
Color.parseColor("#f60113")Accessibility — WCAG contrast
Aa
#f60113 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f60113 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green0.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta99.6%
Yellow92.3%
Key (black)3.5%
Color previews
#f60113 text on a black background
contrast 4.93:1
Card sample
#f60113 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f60113;
Background color
Panel with #f60113 background
background-color: #f60113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f60113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 1, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 1, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f60113; background: linear-gradient(135deg, #f60113, #F69201);