Skip to main content Skip to docs navigation

#c94819 hex color | Download Dark Orange 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 Red Panda and its hex is #C34B1B Nearest Color Name

Color Hue/Base color: Orange

Hex #c94819 Color code in RGB color code model is created after adding 78.82% red color, 28.24% green color and 9.8% blue color. Hex #c94819 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 64% magenta, 88% yellow and 21.18% black.

Hex #c94819 color code is between #cc4411 web safe hex color code and #bb5522 web safe hex color code. #cc4411 is the nearest web safe color code. You can see here many more shades of #c94819 color code.

RGB Chart

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

Color Table

Hex Color Code c94819 #c94819
RGB Decimal 201, 72, 25 201, 72, 25
RGB Percent 79%, 28%, 10% rgb(79%, 28%, 10%)
CSS RGBa 201, 72, 25,1 rgba(201,72,25,1)
CMYK Model cmyk(0%,64%,88%,21.18%)
HSL Color Space 16,78% ,44% hsl(16,78% ,44%)
HSV Color Space 16°, 88%, 79%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001001 01001000 00011001
Octal 311 110 31
Decimal 201 72 25
Hex c9 48 19

Different shades of #c94819 color code.

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

Darkest of #c94819
#411708
Darker of #c94819
#6e270e
Dark of #c94819
#9c3813
Base of #c94819
#c94819
Light of #c94819
#e56030
Lighter
#eb835d
Lightest
#f1a68a

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

#c94819
#199ac9

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

Split Complementary

#c94819
#19c9a0
#1942c9

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

Analogous Color

#c91951
#c91933
#c94819
#c98319
#c6c919

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

#c94819
#4819c9
#19c948

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

#c94819
#19c948
#199ac9
#c9199a

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

#c94819
#42c919
#199ac9
#a019c9

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 #c94819

#140702
#411708
#6e270e
#9c3813
#c94819
#e56030
#eb835d
#f1a68a
#f6c8b8

Tints of #c94819 Color

#c94819
#cf5c32
#d5704c
#db8565
#e1997f
#e7ad98
#edc2b2
#f3d6cb
#f9eae5
#ffffff

Shades of #c94819 color code

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

#c94819
#b24016
#9c3813
#863010
#6f280d
#59200b
#431808
#2c1005
#160802
#000000

Tones

#c94819
#b25330
#9c5d46
#85685d
#717171

Tones

Similar Color like #c94819 color

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

#ca491a
#cb4a1b
#cc4b1c
#cd4c1d
#ce4d1e
#cf4e1f
#d04f20
#d15021
#d25122
#d35223
#d45324
#d55425
#d65526
#d75627
#c84718
#c74617
#c64516
#c54415
#c44314
#c34213
#c24112
#c14011
#c03f10
#bf3e0f
#be3d0e
#bd3c0d
#bc3b0c
#bb3a0b

Download this Dark Orange

Hex #c94819 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.

#c94819 Color Code Preview on Black Background Color

This is how #c94819 Color will look on black background color. Color contrast ratio is 4.42

#c94819 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c94819

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c94819

#c94819 color code is use for CSS Background Color

Background color for the above div is #c94819

HTML with inline CSS

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

#c94819 color code is use for CSS Border Color

CSS Border color for the above div is #c94819

HTML with inline CSS

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

CSS Border Left color for the above div is #c94819

HTML with inline CSS

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

CSS Border Right color for the above div is #c94819

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c94819

HTML with inline CSS

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

CSS Border Top color for the above div is #c94819

HTML with inline CSS

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

#c94819 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c94819 Color code Preview on White Background

This is how #c94819 Color code will look on white background color. Color contrast ratio is 4.75

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 #c94819; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c94819; }

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(201,72,25,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(25,154,201,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(201,72,25,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }