#f63113
a balanced, electric red · warm · closest name: red
RGB
246, 49, 19
HSL
8°, 93%, 52%
CMYK
0, 80, 92, 4
Luminance
0.2184
Every format
| HEX | #f63113 |
| RGB | rgb(246, 49, 19) |
| HSL | hsl(8, 93%, 52%) |
| CMYK | cmyk(0%, 80%, 92%, 4%) |
| LAB | lab(53.9 71.1 61.6) |
| LCH | lch(53.9 94.1 40.9) |
| OKLCH | oklch(0.630 0.233 31.4) |
Copy-ready code
/* CSS */
color: #f63113;
background-color: #f63113;
/* Tailwind (arbitrary) */
class="text-[#f63113] bg-[#f63113]"
/* SCSS */
$brand: #f63113;
/* SwiftUI */
Color(red: 0.965, green: 0.192, blue: 0.075)
/* Android */
Color.parseColor("#f63113")Accessibility — WCAG contrast
Aa
#f63113 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f63113 on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green19.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta80.1%
Yellow92.3%
Key (black)3.5%
Color previews
#f63113 text on a black background
contrast 5.37:1
Card sample
#f63113 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f63113;
Background color
Panel with #f63113 background
background-color: #f63113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f63113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 49, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 49, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f63113; background: linear-gradient(135deg, #f63113, #F6C813);