Skip to main content Skip to docs navigation

#c42003 hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Piment Piquant and its hex is #CC2200 Nearest Color Name

Color Hue/Base color: Red

Hex #c42003 Color code in RGB color code model is created after adding 76.86% red color, 12.55% green color and 1.18% blue color. Hex #c42003 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 84% magenta, 98% yellow and 23.14% black.

Hex #c42003 color code is between #cc2200 web safe hex color code and #bb1100 web safe hex color code. #cc2200 is the nearest web safe color code. You can see here many more shades of #c42003 color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code c42003 #c42003
RGB Decimal 196, 32, 3 196, 32, 3
RGB Percent 77%, 13%, 1% rgb(77%, 13%, 1%)
CSS RGBa 196, 32, 3,1 rgba(196,32,3,1)
CMYK Model cmyk(0%,84%,98%,23.14%)
HSL Color Space 9,97% ,39% hsl(9,97% ,39%)
HSV Color Space 9°, 98%, 77%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000100 00100000 00000011
Octal 304 40 3
Decimal 196 32 3
Hex c4 20 03

Different shades of #c42003 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #c42003
#2d0701
Darker of #c42003
#601001
Dark of #c42003
#921802
Base of #c42003
#c42003
Light of #c42003
#f62804
Lighter
#fc5031
Lightest
#fd7a63

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#c42003
#03a7c4

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#c42003
#03c481
#0346c4

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#c40357
#c40336
#c42003
#c46003
#c4b103

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#c42003
#2003c4
#03c420

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#c42003
#03c420
#03a7c4
#c403a7

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#c42003
#46c403
#03a7c4
#8103c4

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #c42003

#000000
#2d0701
#601001
#921802
#c42003
#f62804
#fc5031
#fd7a63
#fda596

Tints of #c42003 Color

#c42003
#ca381f
#d1513b
#d76a57
#de8373
#e49b8f
#ebb4ab
#f1cdc7
#f8e6e3
#ffffff

Shades of #c42003 color code

Generate more color scales with scales (color stack) generator.

#c42003
#ae1c02
#981802
#821502
#6c1101
#570e01
#410a01
#2b0700
#150300
#000000

Tones

#c42003
#b02e17
#9c3c2b
#884a3f
#745853

Tones

Similar Color like #c42003 color

Find visually similar hex color codes nearing to #c42003 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#c52104
#c62205
#c72306
#c82407
#c92508
#ca2609
#cb270a
#cc280b
#cd290c
#ce2a0d
#cf2b0e
#d02c0f
#d12d10
#d22e11
#c31f02
#c21e01
#c11d00
#c01c00
#bf1b00
#be1a00
#bd1900
#bc1800
#bb1700
#ba1600
#b91500
#b81400
#b71300
#b61200

Download this Dark Red

Hex #c42003 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#c42003 Color Code Preview on Black Background Color

This is how #c42003 Color will look on black background color. Color contrast ratio is 3.56

#c42003 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#c42003">Your Example Paragraph content text in with font color #c42003 </p>

Your Example Paragraph content text in with font color #c42003

HTML with inline CSS

<div style="color:#c42003">Your Paragraph text in with font color #c42003 </div>

Your Example Paragraph content text in with font color #c42003

#c42003 color code is use for CSS Background Color

Background color for the above div is #c42003

HTML with inline CSS

<div style="background-color:#c42003;"></div>

#c42003 color code is use for CSS Border Color

CSS Border color for the above div is #c42003

HTML with inline CSS

<div style="border:5px solid #c42003;"></div>

CSS Border Left color for the above div is #c42003

HTML with inline CSS

<div style="border-left:5px solid #c42003;"></div>

CSS Border Right color for the above div is #c42003

HTML with inline CSS

<div style="border-right:5px solid #c42003;"></div>

CSS Border Bottom color for the above div is #c42003

HTML with inline CSS

<div style="border-bottom:5px solid #c42003;"></div>

CSS Border Top color for the above div is #c42003

HTML with inline CSS

<div style="border-top:5px solid #c42003;"></div>

#c42003 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#c42003; } .examplecolorclass {color:#c42003; } .examplebordercolor {border:3px solid #c42003; }

#c42003 Color code Preview on White Background

This is how #c42003 Color code will look on white background color. Color contrast ratio is 5.91

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #c42003; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c42003; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(196,32,3,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(3,167,196,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(196,32,3,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }