COLOR #C90815

HEX: #C90815
RGB: (201,8,21)

Color info

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

RGB color model

#C90815 color RGB value is (201,8,21).

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

RGB channels and saturation

R 201 of 255 = 79%
G 8 of 255 = 3%
B 21 of 255 = 8%

201
8
21

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

Portions of RGB colors in percentages

R + G + B =
201 + 8 + 21 = 230 (100%)
R 201 of 230 ~ 87.39%
G 8 of 230 ~ 3.48%
B 21 of 230 ~ 9.13%

%87.39

CMYK color model

#C90815 color CMYK value is (0,96,90,21).

  • cyan value is 0.00%
  • magenta value is 96.02%
  • yellow value is 89.55%
  • key color value is 21.18%
CMYK:
(0,96,90,21)
C0M96Y90K21 
(0%,96%,90%,21%)
(0.00/0.96/0.90/0.21)	

CMYK percentages

%0
%96.02
%89.55
%21.18

Codes

Color #C90815 in popluar color models

C90815
RGB201821
HSL356°92.34%40.98%
HSB/HSV356°96.02%78.82%
CMYK0.00%96.02%89.55%
21.18%

Color #C90815 in popluar number systems.

HEXC90815
Decimal201821
Binary11001001100010101
Octal3111025

Shades and tints

Shades of #C90815

#C90815
(201,8,21)
#B70814
(183,8,20)
#A50813
(165,8,19)
#930812
(147,8,18)
#810811
(129,8,17)
#6F0810
(111,8,16)
#5D080F
(93,8,15)
#4B080E
(75,8,14)
#39080D
(57,8,13)
#27080C
(39,8,12)
#15080B
(21,8,11)
#000000
(0,0,0)

Tints of #C90815

#C90815
(201,8,21)
#CD1E2A
(205,30,42)
#D1343F
(209,52,63)
#D54A54
(213,74,84)
#D96069
(217,96,105)
#DD767E
(221,118,126)
#E18C93
(225,140,147)
#E5A2A8
(229,162,168)
#E9B8BD
(233,184,189)
#EDCED2
(237,206,210)
#F1E4E7
(241,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C90815; }

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

This text font color is #C90815.


Background Color

.myBgColor { background-color: #C90815; }

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

This div background color is #C90815.


Border color

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

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

This div border color is #C90815.


Opacity

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

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

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

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

This text has shadow with #C90815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C90815 on black background.


Color preview on white background

This text has color #C90815 on white background.



Black color preview on #C90815 background

This text has black color on #C90815 background.


White color preview on #C90815 background

This text has white color on #C90815 background.