#190200
a deep, electric red · warm · closest name: black
RGB
25, 2, 0
HSL
5°, 100%, 5%
CMYK
0, 92, 100, 90
Luminance
0.0025
Every format
| HEX | #190200 |
| RGB | rgb(25, 2, 0) |
| HSL | hsl(5, 100%, 5%) |
| CMYK | cmyk(0%, 92%, 100%, 90%) |
| LAB | lab(2.3 7.6 3.5) |
| LCH | lch(2.3 8.3 24.9) |
| OKLCH | oklch(0.141 0.049 35.7) |
Copy-ready code
/* CSS */
color: #190200;
background-color: #190200;
/* Tailwind (arbitrary) */
class="text-[#190200] bg-[#190200]"
/* SCSS */
$brand: #190200;
/* SwiftUI */
Color(red: 0.098, green: 0.008, blue: 0.000)
/* Android */
Color.parseColor("#190200")Accessibility — WCAG contrast
Aa
#190200 on white: 20.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190200 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green0.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta92.0%
Yellow100.0%
Key (black)90.2%
Color previews
#190200 text on a black background
contrast 1.05:1
Card sample
#190200 text on a white background
contrast 20.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190200;
Background color
Panel with #190200 background
background-color: #190200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 2, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 2, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190200; background: linear-gradient(135deg, #190200, #191300);