#f90013
a balanced, electric red · warm · closest name: red
RGB
249, 0, 19
HSL
355°, 100%, 49%
CMYK
0, 100, 92, 2
Luminance
0.2019
Every format
| HEX | #f90013 |
| RGB | rgb(249, 0, 19) |
| HSL | hsl(355, 100%, 49%) |
| CMYK | cmyk(0%, 100%, 92%, 2%) |
| LAB | lab(52.1 78.8 60.9) |
| LCH | lch(52.1 99.6 37.7) |
| OKLCH | oklch(0.617 0.252 28.0) |
Copy-ready code
/* CSS */
color: #f90013;
background-color: #f90013;
/* Tailwind (arbitrary) */
class="text-[#f90013] bg-[#f90013]"
/* SCSS */
$brand: #f90013;
/* SwiftUI */
Color(red: 0.976, green: 0.000, blue: 0.075)
/* Android */
Color.parseColor("#f90013")Accessibility — WCAG contrast
Aa
#f90013 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f90013 on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green0.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow92.4%
Key (black)2.4%
Color previews
#f90013 text on a black background
contrast 5.04:1
Card sample
#f90013 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f90013;
Background color
Panel with #f90013 background
background-color: #f90013;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f90013;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 0, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 0, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f90013; background: linear-gradient(135deg, #f90013, #F99300);