What is hex #E03C31 color?

 
The hex code #E03C31 is also know by an other name that is CG Red.
This color is composed of 224% red, 60% green and 49% blue. So we can say that the RGB value is (224,60,49)
You need to use it for a printer? The CMYK colors code equivalent of hex #E03C31 is C:0 M:73 Y:78, K:12) .
In the HSV/HSB scale, #E03C31 has a hue of 4°, 78% saturation and a brightness value of 88%.
If you want to know all about the hex #E03C31, 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 #E03C31 (complementary, analogous, triadic, tetradic...).

Hex #E03C31 Color Codes & Equivalents

Color Name [CG Red]
RGB Values (224,60,49)
CMYK Values (0%, 73%, 78%, 12%)
HSV/HSB Values (4°, 78%, 88%)
Closest Web Safe
#CC3333
Inverse Color
#1fc3ce
Closest Pantone®
179 C
Closest RAL
RAL 3028 [Pure red]
Complementary Color
#31d5e0

#E03C31 Converted to Grayscale Codes

Average
#6f6f6f
Lightness (Desaturation)
#898989
Weighted (BT601)
#6c6c6c
Luma (BT709)
#5e5e5e

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

Complementary Palette

The complementary color of #E03C31 is #31d5e0. 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 #E03C31 you will find #31d5e0. 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.

#E03C31 #31d5e0

Analogous Palette

The analogous color scheme of #E03C31 is composed with colors #E0317D and #E09331. 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 #E03C31 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.

#E0317D #E03C31 #E09331

Split-Complementary Palette

The split-complementary color scheme of #E03C31 is composed with colors #317DE0 and #31E093. 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.

#E03C31 #317DE0 #31E093

Triadic Palette

The triadic color scheme of #E03C31 is composed with colors #3C31E0 and #31E03C. They are located to the right and left of your main color #E03C31 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.

#E03C31 #3C31E0 #31E03C

Tetradic Palette

The tetradic color scheme of #E03C31 is composed with colors #31E03C, #31D5E0 and #E031D5 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.

#E03C31 #31E03C #31D5E0 #E031D5

Square Palette

The square color scheme of #E03C31 is composed with colors #7DE031, #31D5E0 and #9331E0 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.

#E03C31 #7DE031 #31D5E0 #9331E0

Tints, Tones & Shades of Hex #E03C31

Tints

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

#E03C31 #E24C42 #E55D54 #E86E66 #EA7F77 #ED8F89 #F0A09B #F2B1AD

Tones

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

#E03C31 #D4463C #C85048 #BD5A53 #B1645F #A56E6B #9A7876 #8E8382

Shades

Shades result from adding black, creating darker variations.

#E03C31 #DB2C21 #C9291E #B8251B #A62119 #941E16 #821A13 #711711

Hex #E03C31 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 #E03C31
Java new Color(224,60,49);
Python Color(#E03C31)
.NET Color.FromArgb(255, 224,60,49);
Swift / iOS UIColor(red: 0.88, green: 0.24, blue: 0.19, alpha: 1)
Kotlin / Android Color.rgb(224, 60, 49)