COLOR #C80815

HEX: #C80815
RGB: (200,8,21)

Color info

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

RGB color model

#C80815 color RGB value is (200,8,21).

  • red value is 200;
  • green value is 8;
  • blue value is 21.
RGB:
(200,8,21)
(78%,3%,8%)

RGB channels and saturation

R 200 of 255 = 78%
G 8 of 255 = 3%
B 21 of 255 = 8%

200
8
21

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

Portions of RGB colors in percentages

R + G + B =
200 + 8 + 21 = 229 (100%)
R 200 of 229 ~ 87.34%
G 8 of 229 ~ 3.49%
B 21 of 229 ~ 9.17%

%87.34

CMYK color model

#C80815 color CMYK value is (0,96,90,22).

  • cyan value is 0.00%
  • magenta value is 96.00%
  • yellow value is 89.50%
  • key color value is 21.57%
CMYK:
(0,96,90,22)
C0M96Y90K22 
(0%,96%,90%,22%)
(0.00/0.96/0.90/0.22)	

CMYK percentages

%0
%96
%89.5
%21.57

Codes

Color #C80815 in popluar color models

C80815
RGB200821
HSL356°92.31%40.78%
HSB/HSV356°96.00%78.43%
CMYK0.00%96.00%89.50%
21.57%

Color #C80815 in popluar number systems.

HEXC80815
Decimal200821
Binary11001000100010101
Octal3101025

Shades and tints

Shades of #C80815

#C80815
(200,8,21)
#B60814
(182,8,20)
#A40813
(164,8,19)
#920812
(146,8,18)
#800811
(128,8,17)
#6E0810
(110,8,16)
#5C080F
(92,8,15)
#4A080E
(74,8,14)
#38080D
(56,8,13)
#26080C
(38,8,12)
#14080B
(20,8,11)
#000000
(0,0,0)

Tints of #C80815

#C80815
(200,8,21)
#CD1E2A
(205,30,42)
#D2343F
(210,52,63)
#D74A54
(215,74,84)
#DC6069
(220,96,105)
#E1767E
(225,118,126)
#E68C93
(230,140,147)
#EBA2A8
(235,162,168)
#F0B8BD
(240,184,189)
#F5CED2
(245,206,210)
#FAE4E7
(250,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C80815 color. Also use rgb(200,8,21) instead hex code.

Text Font Color

.myTextColor { color: #C80815; }

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

This text font color is #C80815.


Background Color

.myBgColor { background-color: #C80815; }

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

This div background color is #C80815.


Border color

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

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

This div border color is #C80815.


Opacity

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

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

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

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

This text has shadow with #C80815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C80815 on black background.


Color preview on white background

This text has color #C80815 on white background.



Black color preview on #C80815 background

This text has black color on #C80815 background.


White color preview on #C80815 background

This text has white color on #C80815 background.