Deep Red (#850101)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 10.49:1 — vs black: 2.00:1
Color values
-
HEX
#850101 -
RGB
rgb(133, 1, 1) -
HSL
hsl(0, 99%, 52%) -
CMYK
cmyk( 0, 99.25, 99.25, 47.84 )
Tags
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #850101 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#850101
Base
#018585
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#850101
Base
#850143
#854301
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#850101
Base
#018501
#010185
Two colors flanking the complement — high contrast with less tension than full complementary.
#850101
Base
#018543
#014385
Four colors at 90° intervals — rich variety, best when one color dominates.
#850101
Base
#438501
#018585
#430185
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#850101
Base
#190000
#390000
#5D0101
#AD0101
#D10202
#FD2222
Darker shades and lighter tints of Deep Red, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#190000
#2F0000
#440101
#5A0101
#6F0101
#850101
Base
#CB0202
#FD1515
#FE5B5B
#FEA0A0
#FFE6E6
Ready-to-use code snippets for #850101. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #850101;
}
/* Text */
.element {
color: #850101;
}
/* Border */
.element {
border: 1px solid #850101;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#850101,
#0CFEFE
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#850101,
#0CFEFE
);
}
// SCSS variable
$deep-red: #850101;
// With RGB channels (useful for rgba() usage)
$deep-red-r: 133;
$deep-red-g: 1;
$deep-red-b: 1;
// Usage
.element {
background-color: $deep-red;
color: rgba($deep-red-r, $deep-red-g, $deep-red-b, 0.8);
}
How Deep Red appears to people with different types of color vision deficiency.
#850101
How the color appears with full color vision.
#4A4A00
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#2D2D04
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#850101
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#3F3F3F
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.