What is hex #C41E3A color?

 
The hex code #C41E3A is also know by an other name that is Cardinal.
This color is composed of 196% red, 30% green and 58% blue. So we can say that the RGB value is (196,30,58)
You need to use it for a printer? The CMYK colors code equivalent of hex #C41E3A is C:0 M:85 Y:70, K:23) .
In the HSV/HSB scale, #C41E3A has a hue of 350°, 85% saturation and a brightness value of 77%.
If you want to know all about the hex #C41E3A, 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 #C41E3A (complementary, analogous, triadic, tetradic...).

Hex #C41E3A Color Codes & Equivalents

Color Name [Cardinal]
RGB Values (196,30,58)
CMYK Values (0%, 85%, 70%, 23%)
HSV/HSB Values (350°, 85%, 77%)
Closest Web Safe
#CC3333
Inverse Color
#3be1c5
Closest Pantone®
193 C
Closest RAL
RAL 3027 [Raspberry red]
Complementary Color
#1ec4a8

#C41E3A Converted to Grayscale Codes

Average
#5f5f5f
Lightness (Desaturation)
#717171
Weighted (BT601)
#535353
Luma (BT709)
#434343

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

Complementary Palette

The complementary color of #C41E3A is #1ec4a8. 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 #C41E3A you will find #1ec4a8. 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.

#C41E3A #1ec4a8

Analogous Palette

The analogous color scheme of #C41E3A is composed with colors #C41E8D and #C4551E. 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 #C41E3A 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.

#C41E8D #C41E3A #C4551E

Split-Complementary Palette

The split-complementary color scheme of #C41E3A is composed with colors #1E8DC4 and #1EC455. 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.

#C41E3A #1E8DC4 #1EC455

Triadic Palette

The triadic color scheme of #C41E3A is composed with colors #1E3AC4 and #3AC41E. They are located to the right and left of your main color #C41E3A 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.

#C41E3A #1E3AC4 #3AC41E

Tetradic Palette

The tetradic color scheme of #C41E3A is composed with colors #3AC41E, #1EC4A8 and #A81EC4 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.

#C41E3A #3AC41E #1EC4A8 #A81EC4

Square Palette

The square color scheme of #C41E3A is composed with colors #8DC41E, #1EC4A8 and #551EC4 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.

#C41E3A #8DC41E #1EC4A8 #551EC4

Tints, Tones & Shades of Hex #C41E3A

Tints

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

#C41E3A #D5203F #DE2C4A #E13D59 #E44F68 #E66177 #E97286 #EC8496

Tones

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

#C41E3A #B82941 #AD3448 #A23F50 #974A57 #8C555E #816066 #766B6D

Shades

Shades result from adding black, creating darker variations.

#C41E3A #B21B34 #A0182F #8E152A #7D1325 #6B101F #590D1A #480B15

Hex #C41E3A 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 #C41E3A
Java new Color(196,30,58);
Python Color(#C41E3A)
.NET Color.FromArgb(255, 196,30,58);
Swift / iOS UIColor(red: 0.77, green: 0.12, blue: 0.23, alpha: 1)
Kotlin / Android Color.rgb(196, 30, 58)