COLOR #C9440D

HEX: #C9440D
RGB: (201,68,13)

Color info

#C9440D contains mainly red color. Web safe color of #C9440D is #CC3300 (or #C30).

RGB color model

#C9440D color RGB value is (201,68,13).

  • red value is 201;
  • green value is 68;
  • blue value is 13.
RGB:
(201,68,13)
(79%,27%,5%)

RGB channels and saturation

R 201 of 255 = 79%
G 68 of 255 = 27%
B 13 of 255 = 5%

201
68
13

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

Portions of RGB colors in percentages

R + G + B =
201 + 68 + 13 = 282 (100%)
R 201 of 282 ~ 71.28%
G 68 of 282 ~ 24.11%
B 13 of 282 ~ 4.61%

%71.28
%24.11

CMYK color model

#C9440D color CMYK value is (0,66,94,21).

  • cyan value is 0.00%
  • magenta value is 66.17%
  • yellow value is 93.53%
  • key color value is 21.18%
CMYK:
(0,66,94,21)
C0M66Y94K21 
(0%,66%,94%,21%)
(0.00/0.66/0.94/0.21)	

CMYK percentages

%0
%66.17
%93.53
%21.18

Codes

Color #C9440D in popluar color models

C9440D
RGB2016813
HSL18°87.85%41.96%
HSB/HSV18°93.53%78.82%
CMYK0.00%66.17%93.53%
21.18%

Color #C9440D in popluar number systems.

HEXC9440D
Decimal2016813
Binary1100100110001001101
Octal31110415

Shades and tints

Shades of #C9440D

#C9440D
(201,68,13)
#B73E0C
(183,62,12)
#A5380B
(165,56,11)
#93320A
(147,50,10)
#812C09
(129,44,9)
#6F2608
(111,38,8)
#5D2007
(93,32,7)
#4B1A06
(75,26,6)
#391405
(57,20,5)
#270E04
(39,14,4)
#150803
(21,8,3)
#000000
(0,0,0)

Tints of #C9440D

#C9440D
(201,68,13)
#CD5523
(205,85,35)
#D16639
(209,102,57)
#D5774F
(213,119,79)
#D98865
(217,136,101)
#DD997B
(221,153,123)
#E1AA91
(225,170,145)
#E5BBA7
(229,187,167)
#E9CCBD
(233,204,189)
#EDDDD3
(237,221,211)
#F1EEE9
(241,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9440D color. Also use rgb(201,68,13) instead hex code.

Text Font Color

.myTextColor { color: #C9440D; }

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

This text font color is #C9440D.


Background Color

.myBgColor { background-color: #C9440D; }

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

This div background color is #C9440D.


Border color

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

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

This div border color is #C9440D.


Opacity

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

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

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

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

This text has shadow with #C9440D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9440D on black background.


Color preview on white background

This text has color #C9440D on white background.



Black color preview on #C9440D background

This text has black color on #C9440D background.


White color preview on #C9440D background

This text has white color on #C9440D background.