COLOR #C81811

HEX: #C81811
RGB: (200,24,17)

Color info

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

RGB color model

#C81811 color RGB value is (200,24,17).

  • red value is 200;
  • green value is 24;
  • blue value is 17.
RGB:
(200,24,17)
(78%,9%,7%)

RGB channels and saturation

R 200 of 255 = 78%
G 24 of 255 = 9%
B 17 of 255 = 7%

200
24
17

R + G + B ~ 31%. #C81811 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
200 + 24 + 17 = 241 (100%)
R 200 of 241 ~ 82.99%
G 24 of 241 ~ 9.96%
B 17 of 241 ~ 7.05%

%82.99
%9.96

CMYK color model

#C81811 color CMYK value is (0,88,92,22).

  • cyan value is 0.00%
  • magenta value is 88.00%
  • yellow value is 91.50%
  • key color value is 21.57%
CMYK:
(0,88,92,22)
C0M88Y92K22 
(0%,88%,92%,22%)
(0.00/0.88/0.92/0.22)	

CMYK percentages

%0
%88
%91.5
%21.57

Codes

Color #C81811 in popluar color models

C81811
RGB2002417
HSL84.33%42.55%
HSB/HSV91.50%78.43%
CMYK0.00%88.00%91.50%
21.57%

Color #C81811 in popluar number systems.

HEXC81811
Decimal2002417
Binary110010001100010001
Octal3103021

Shades and tints

Shades of #C81811

#C81811
(200,24,17)
#B61610
(182,22,16)
#A4140F
(164,20,15)
#92120E
(146,18,14)
#80100D
(128,16,13)
#6E0E0C
(110,14,12)
#5C0C0B
(92,12,11)
#4A0A0A
(74,10,10)
#380809
(56,8,9)
#260608
(38,6,8)
#140407
(20,4,7)
#000000
(0,0,0)

Tints of #C81811

#C81811
(200,24,17)
#CD2D26
(205,45,38)
#D2423B
(210,66,59)
#D75750
(215,87,80)
#DC6C65
(220,108,101)
#E1817A
(225,129,122)
#E6968F
(230,150,143)
#EBABA4
(235,171,164)
#F0C0B9
(240,192,185)
#F5D5CE
(245,213,206)
#FAEAE3
(250,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C81811 color. Also use rgb(200,24,17) instead hex code.

Text Font Color

.myTextColor { color: #C81811; }

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

This text font color is #C81811.


Background Color

.myBgColor { background-color: #C81811; }

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

This div background color is #C81811.


Border color

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

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

This div border color is #C81811.


Opacity

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

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

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

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

This text has shadow with #C81811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C81811 on black background.


Color preview on white background

This text has color #C81811 on white background.



Black color preview on #C81811 background

This text has black color on #C81811 background.


White color preview on #C81811 background

This text has white color on #C81811 background.