COLOR #C94E04

HEX: #C94E04
RGB: (201,78,4)

Color info

#C94E04 contains mainly red color. Web safe color of #C94E04 is #CC6600 (or #C60).

RGB color model

#C94E04 color RGB value is (201,78,4).

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

RGB channels and saturation

R 201 of 255 = 79%
G 78 of 255 = 31%
B 4 of 255 = 2%

201
78
4

R + G + B ~ 37%. #C94E04 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
201 + 78 + 4 = 283 (100%)
R 201 of 283 ~ 71.02%
G 78 of 283 ~ 27.56%
B 4 of 283 ~ 1.41%

%71.02
%27.56

CMYK color model

#C94E04 color CMYK value is (0,61,98,21).

  • cyan value is 0.00%
  • magenta value is 61.19%
  • yellow value is 98.01%
  • key color value is 21.18%
CMYK:
(0,61,98,21)
C0M61Y98K21 
(0%,61%,98%,21%)
(0.00/0.61/0.98/0.21)	

CMYK percentages

%0
%61.19
%98.01
%21.18

Codes

Color #C94E04 in popluar color models

C94E04
RGB201784
HSL23°96.10%40.20%
HSB/HSV23°98.01%78.82%
CMYK0.00%61.19%98.01%
21.18%

Color #C94E04 in popluar number systems.

HEXC94E04
Decimal201784
Binary110010011001110100
Octal3111164

Shades and tints

Shades of #C94E04

#C94E04
(201,78,4)
#B74704
(183,71,4)
#A54004
(165,64,4)
#933904
(147,57,4)
#813204
(129,50,4)
#6F2B04
(111,43,4)
#5D2404
(93,36,4)
#4B1D04
(75,29,4)
#391604
(57,22,4)
#270F04
(39,15,4)
#150804
(21,8,4)
#000000
(0,0,0)

Tints of #C94E04

#C94E04
(201,78,4)
#CD5E1A
(205,94,26)
#D16E30
(209,110,48)
#D57E46
(213,126,70)
#D98E5C
(217,142,92)
#DD9E72
(221,158,114)
#E1AE88
(225,174,136)
#E5BE9E
(229,190,158)
#E9CEB4
(233,206,180)
#EDDECA
(237,222,202)
#F1EEE0
(241,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C94E04; }

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

This text font color is #C94E04.


Background Color

.myBgColor { background-color: #C94E04; }

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

This div background color is #C94E04.


Border color

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

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

This div border color is #C94E04.


Opacity

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

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

Text with #C94E04 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 #C94E04;}

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

This text has shadow with #C94E04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C94E04 on black background.


Color preview on white background

This text has color #C94E04 on white background.



Black color preview on #C94E04 background

This text has black color on #C94E04 background.


White color preview on #C94E04 background

This text has white color on #C94E04 background.