What is hex #D3212D color?

 
The hex code #D3212D is also know by an other name that is Amaranth Red.
This color is composed of 211% red, 33% green and 45% blue. So we can say that the RGB value is (211,33,45)
You need to use it for a printer? The CMYK colors code equivalent of hex #D3212D is C:0 M:84 Y:79, K:17) .
In the HSV/HSB scale, #D3212D has a hue of 356°, 84% saturation and a brightness value of 83%.
If you want to know all about the hex #D3212D, 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 #D3212D (complementary, analogous, triadic, tetradic...).

Hex #D3212D Color Codes & Equivalents

Color Name [Amaranth Red]
RGB Values (211,33,45)
CMYK Values (0%, 84%, 79%, 17%)
HSV/HSB Values (356°, 84%, 83%)
Closest Web Safe
#CC3333
Inverse Color
#2cded2
Closest Pantone®
1795 C
Closest RAL
RAL 3028 [Pure red]
Complementary Color
#21d3c7

#D3212D Converted to Grayscale Codes

Average
#606060
Lightness (Desaturation)
#7a7a7a
Weighted (BT601)
#585858
Luma (BT709)
#484848

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

Complementary Palette

The complementary color of #D3212D is #21d3c7. 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 #D3212D you will find #21d3c7. 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.

#D3212D #21d3c7

Analogous Palette

The analogous color scheme of #D3212D is composed with colors #D32186 and #D36E21. 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 #D3212D 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.

#D32186 #D3212D #D36E21

Split-Complementary Palette

The split-complementary color scheme of #D3212D is composed with colors #2186D3 and #21D36E. 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.

#D3212D #2186D3 #21D36E

Triadic Palette

The triadic color scheme of #D3212D is composed with colors #212DD3 and #2DD321. They are located to the right and left of your main color #D3212D 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.

#D3212D #212DD3 #2DD321

Tetradic Palette

The tetradic color scheme of #D3212D is composed with colors #2DD321, #21D3C7 and #C721D3 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.

#D3212D #2DD321 #21D3C7 #C721D3

Square Palette

The square color scheme of #D3212D is composed with colors #86D321, #21D3C7 and #6E21D3 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.

#D3212D #86D321 #21D3C7 #6E21D3

Tints, Tones & Shades of Hex #D3212D

Tints

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

#D3212D #DD2A36 #E03C47 #E34D57 #E65F68 #E87179 #EB8289 #EE949A

Tones

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

#D3212D #C72C37 #BB3841 #AF444C #A35056 #975C60 #8B686B #7F7475

Shades

Shades result from adding black, creating darker variations.

#D3212D #C11E29 #AF1B25 #9E1821 #8C151D #7A131A #691016 #570D12

Hex #D3212D 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 #D3212D
Java new Color(211,33,45);
Python Color(#D3212D)
.NET Color.FromArgb(255, 211,33,45);
Swift / iOS UIColor(red: 0.83, green: 0.13, blue: 0.18, alpha: 1)
Kotlin / Android Color.rgb(211, 33, 45)