What is hex #850101 color?

 
The hex code #850101 is also know by an other name that is Deep Red.
This color is composed of 133% red, 1% green and 1% blue. So we can say that the RGB value is (133,1,1)
You need to use it for a printer? The CMYK colors code equivalent of hex #850101 is C:0 M:99 Y:99, K:48) .
In the HSV/HSB scale, #850101 has a hue of 0°, 99% saturation and a brightness value of 52%.
If you want to know all about the hex #850101, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #850101 (complementary, analogous, triadic, tetradic...).

Hex #850101 Color Codes & Equivalents

Color Name [Deep Red]
RGB Values (133,1,1)
CMYK Values (0%, 99%, 99%, 48%)
HSV/HSB Values (0°, 99%, 52%)
Closest Web Safe
#990000 [Crimson Red]
Inverse Color
#7afefe
Closest Pantone®
1955 C
Closest RAL
RAL 3003 [Ruby red]
Complementary Color
#018585

#850101 Converted to Grayscale Codes

Average
#2d2d2d
Lightness (Desaturation)
#434343
Weighted (BT601)
#282828
Luma (BT709)
#1d1d1d

Hex #850101 Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #850101 is #018585. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #850101 you will find #018585. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#850101 #018585

Analogous Palette

The analogous color scheme of #850101 is composed with colors #850143 and #854301. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #850101 with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#850143 #850101 #854301

Split-Complementary Palette

The split-complementary color scheme of #850101 is composed with colors #014385 and #018543. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#850101 #014385 #018543

Triadic Palette

The triadic color scheme of #850101 is composed with colors #010185 and #018501. They are located to the right and left of your main color #850101 with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#850101 #010185 #018501

Tetradic Palette

The tetradic color scheme of #850101 is composed with colors #018501, #018585 and #850185 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#850101 #018501 #018585 #850185

Square Palette

The square color scheme of #850101 is composed with colors #438501, #018585 and #430185 To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#850101 #438501 #018585 #430185

Tints, Tones & Shades of Hex #850101

Tints

Tints are created by adding white, resulting in lighter shades of #850101.

#850101 #990101 #AD0101 #C10101 #D50101 #EA0101 #FD0303 #FD1717

Tones

Tones are made by mixing with gray, softening the original color.

#850101 #7E0707 #770E0E #711414 #6A1B1B #642121 #5D2828 #572E2E

Shades

Shades result from adding black, creating darker variations.

#850101 #700000 #5C0000 #480000 #340000 #1F0000 #0B0000 #000000

Hex #850101 in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #850101
Java new Color(133,1,1);
Python Color(#850101)
.NET Color.FromArgb(255, 133,1,1);
Swift / iOS UIColor(red: 0.52, green: 0, blue: 0, alpha: 1)
Kotlin / Android Color.rgb(133, 1, 1)