COLOR #C94E31

HEX: #C94E31
RGB: (201,78,49)

Color info

#C94E31 contains mainly red color. Web safe color of #C94E31 is #CC6633 (or #C63).

RGB color model

#C94E31 color RGB value is (201,78,49).

  • red value is 201;
  • green value is 78;
  • blue value is 49.
RGB:
(201,78,49)
(79%,31%,19%)

RGB channels and saturation

R 201 of 255 = 79%
G 78 of 255 = 31%
B 49 of 255 = 19%

201
78
49

R + G + B ~ 43%. #C94E31 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
201 + 78 + 49 = 328 (100%)
R 201 of 328 ~ 61.28%
G 78 of 328 ~ 23.78%
B 49 of 328 ~ 14.94%

%61.28
%23.78
%14.94

CMYK color model

#C94E31 color CMYK value is (0,61,76,21).

  • cyan value is 0.00%
  • magenta value is 61.19%
  • yellow value is 75.62%
  • key color value is 21.18%
CMYK:
(0,61,76,21)
C0M61Y76K21 
(0%,61%,76%,21%)
(0.00/0.61/0.76/0.21)	

CMYK percentages

%0
%61.19
%75.62
%21.18

Codes

Color #C94E31 in popluar color models

C94E31
RGB2017849
HSL11°60.80%49.02%
HSB/HSV11°75.62%78.82%
CMYK0.00%61.19%75.62%
21.18%

Color #C94E31 in popluar number systems.

HEXC94E31
Decimal2017849
Binary110010011001110110001
Octal31111661

Shades and tints

Shades of #C94E31

#C94E31
(201,78,49)
#B7472D
(183,71,45)
#A54029
(165,64,41)
#933925
(147,57,37)
#813221
(129,50,33)
#6F2B1D
(111,43,29)
#5D2419
(93,36,25)
#4B1D15
(75,29,21)
#391611
(57,22,17)
#270F0D
(39,15,13)
#150809
(21,8,9)
#000000
(0,0,0)

Tints of #C94E31

#C94E31
(201,78,49)
#CD5E43
(205,94,67)
#D16E55
(209,110,85)
#D57E67
(213,126,103)
#D98E79
(217,142,121)
#DD9E8B
(221,158,139)
#E1AE9D
(225,174,157)
#E5BEAF
(229,190,175)
#E9CEC1
(233,206,193)
#EDDED3
(237,222,211)
#F1EEE5
(241,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C94E31 color. Also use rgb(201,78,49) instead hex code.

Text Font Color

.myTextColor { color: #C94E31; }

<p style="color:#C94E31">This sample text font color is #C94E31.</p>

This text font color is #C94E31.


Background Color

.myBgColor { background-color: #C94E31; }

<div style="background-color:#C94E31">Inner text</div>

This div background color is #C94E31.


Border color

.myBorderColor { border: 1px solid #C94E31; }

<div style="border:3px solid #C94E31">Div</div>

This div border color is #C94E31.


Opacity

.myOpacity80 { color: #C94E31; opacity: 0.8; }

<p style="color:#C94E31;opacity:0.8;">80%</p>

Text with #C94E31 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C94E31;}

<p style="text-shadow: 3px 3px 1px #C94E31">Text here.</p>

This text has shadow with #C94E31 color.

.textShadow {text-shadow: 3px 3px 1px #C94E31, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C94E31, 5px 5px 20px red">Text here.</p>

This text has shadow with #C94E31 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C94E31, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C94E31, Direction=45, Strength=4)">Text</p>

This text has shadow with #C94E31 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C94E31;
  -webkit-box-shadow:	1px 1px 3px 2px #C94E31;
  box-shadow:		1px 1px 3px 2px #C94E31;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C94E31;
-webkit-box-shadow: 1px 1px 3px 2px #C94E31;
box-shadow:1px 1px 3px 2px #C94E31;">
Div content here</div>
This div box has shadow with color #C94E31.

Preview

Color preview on black background

This text has color #C94E31 on black background.


Color preview on white background

This text has color #C94E31 on white background.



Black color preview on #C94E31 background

This text has black color on #C94E31 background.


White color preview on #C94E31 background

This text has white color on #C94E31 background.