COLOR #C7110D

HEX: #C7110D
RGB: (199,17,13)

Color info

#C7110D contains mainly red color. Web safe color of #C7110D is #CC0000 (or #C00).

RGB color model

#C7110D color RGB value is (199,17,13).

  • red value is 199;
  • green value is 17;
  • blue value is 13.
RGB:
(199,17,13)
(78%,7%,5%)

RGB channels and saturation

R 199 of 255 = 78%
G 17 of 255 = 7%
B 13 of 255 = 5%

199
17
13

R + G + B ~ 30%. #C7110D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
199 + 17 + 13 = 229 (100%)
R 199 of 229 ~ 86.9%
G 17 of 229 ~ 7.42%
B 13 of 229 ~ 5.68%

%86.9

CMYK color model

#C7110D color CMYK value is (0,91,93,22).

  • cyan value is 0.00%
  • magenta value is 91.46%
  • yellow value is 93.47%
  • key color value is 21.96%
CMYK:
(0,91,93,22)
C0M91Y93K22 
(0%,91%,93%,22%)
(0.00/0.91/0.93/0.22)	

CMYK percentages

%0
%91.46
%93.47
%21.96

Codes

Color #C7110D in popluar color models

C7110D
RGB1991713
HSL87.74%41.57%
HSB/HSV93.47%78.04%
CMYK0.00%91.46%93.47%
21.96%

Color #C7110D in popluar number systems.

HEXC7110D
Decimal1991713
Binary11000111100011101
Octal3072115

Shades and tints

Shades of #C7110D

#C7110D
(199,17,13)
#B5100C
(181,16,12)
#A30F0B
(163,15,11)
#910E0A
(145,14,10)
#7F0D09
(127,13,9)
#6D0C08
(109,12,8)
#5B0B07
(91,11,7)
#490A06
(73,10,6)
#370905
(55,9,5)
#250804
(37,8,4)
#130703
(19,7,3)
#000000
(0,0,0)

Tints of #C7110D

#C7110D
(199,17,13)
#CC2623
(204,38,35)
#D13B39
(209,59,57)
#D6504F
(214,80,79)
#DB6565
(219,101,101)
#E07A7B
(224,122,123)
#E58F91
(229,143,145)
#EAA4A7
(234,164,167)
#EFB9BD
(239,185,189)
#F4CED3
(244,206,211)
#F9E3E9
(249,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7110D color. Also use rgb(199,17,13) instead hex code.

Text Font Color

.myTextColor { color: #C7110D; }

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

This text font color is #C7110D.


Background Color

.myBgColor { background-color: #C7110D; }

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

This div background color is #C7110D.


Border color

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

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

This div border color is #C7110D.


Opacity

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

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

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

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

This text has shadow with #C7110D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7110D on black background.


Color preview on white background

This text has color #C7110D on white background.



Black color preview on #C7110D background

This text has black color on #C7110D background.


White color preview on #C7110D background

This text has white color on #C7110D background.