#e6000f
a balanced, electric red · warm · closest name: red
RGB
230, 0, 15
HSL
356°, 100%, 45%
CMYK
0, 100, 94, 10
Luminance
0.1686
Every format
| HEX | #e6000f |
| RGB | rgb(230, 0, 15) |
| HSL | hsl(356, 100%, 45%) |
| CMYK | cmyk(0%, 100%, 94%, 10%) |
| LAB | lab(48.1 74.2 57.9) |
| LCH | lch(48.1 94.1 38.0) |
| OKLCH | oklch(0.581 0.238 28.1) |
Copy-ready code
/* CSS */
color: #e6000f;
background-color: #e6000f;
/* Tailwind (arbitrary) */
class="text-[#e6000f] bg-[#e6000f]"
/* SCSS */
$brand: #e6000f;
/* SwiftUI */
Color(red: 0.902, green: 0.000, blue: 0.059)
/* Android */
Color.parseColor("#e6000f")Accessibility — WCAG contrast
Aa
#e6000f on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#e6000f on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green0.0%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow93.5%
Key (black)9.8%
Color previews
#e6000f text on a black background
contrast 4.37:1
Card sample
#e6000f text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6000f;
Background color
Panel with #e6000f background
background-color: #e6000f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6000f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 0, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 0, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6000f; background: linear-gradient(135deg, #e6000f, #E68A00);