What is hex #C23B22 color?

 
The hex code #C23B22 is also know by an other name that is Dark Pastel Red.
This color is composed of 194% red, 59% green and 34% blue. So we can say that the RGB value is (194,59,34)
You need to use it for a printer? The CMYK colors code equivalent of hex #C23B22 is C:0 M:70 Y:82, K:24) .
In the HSV/HSB scale, #C23B22 has a hue of 9°, 82% saturation and a brightness value of 76%.
If you want to know all about the hex #C23B22, 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 #C23B22 (complementary, analogous, triadic, tetradic...).

Hex #C23B22 Color Codes & Equivalents

Color Name [Dark Pastel Red]
RGB Values (194,59,34)
CMYK Values (0%, 70%, 82%, 24%)
HSV/HSB Values (9°, 82%, 76%)
Closest Web Safe
#CC3333
Inverse Color
#3dc4dd
Closest Pantone®
7626 C
Closest RAL
RAL 2002 [Vermilion]
Complementary Color
#22a9c2

#C23B22 Converted to Grayscale Codes

Average
#606060
Lightness (Desaturation)
#727272
Weighted (BT601)
#616161
Luma (BT709)
#565656

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

Complementary Palette

The complementary color of #C23B22 is #22a9c2. 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 #C23B22 you will find #22a9c2. 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.

#C23B22 #22a9c2

Analogous Palette

The analogous color scheme of #C23B22 is composed with colors #C22259 and #C28B22. 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 #C23B22 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.

#C22259 #C23B22 #C28B22

Split-Complementary Palette

The split-complementary color scheme of #C23B22 is composed with colors #2259C2 and #22C28B. 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.

#C23B22 #2259C2 #22C28B

Triadic Palette

The triadic color scheme of #C23B22 is composed with colors #3B22C2 and #22C23B. They are located to the right and left of your main color #C23B22 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.

#C23B22 #3B22C2 #22C23B

Tetradic Palette

The tetradic color scheme of #C23B22 is composed with colors #22C23B, #22A9C2 and #C222A9 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.

#C23B22 #22C23B #22A9C2 #C222A9

Square Palette

The square color scheme of #C23B22 is composed with colors #59C222, #22A9C2 and #8B22C2 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.

#C23B22 #59C222 #22A9C2 #8B22C2

Tints, Tones & Shades of Hex #C23B22

Tints

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

#C23B22 #D34025 #DB4C31 #DE5B43 #E16A54 #E47965 #E78877 #EA9788

Tones

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

#C23B22 #B6422D #AB4A38 #A05243 #95594E #8A6159 #7E6965 #737070

Shades

Shades result from adding black, creating darker variations.

#C23B22 #B0351E #9F301B #8D2B18 #7C2515 #6B2012 #591B0F #48160C

Hex #C23B22 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 #C23B22
Java new Color(194,59,34);
Python Color(#C23B22)
.NET Color.FromArgb(255, 194,59,34);
Swift / iOS UIColor(red: 0.76, green: 0.23, blue: 0.13, alpha: 1)
Kotlin / Android Color.rgb(194, 59, 34)