COLOR #D10815

HEX: #D10815
RGB: (209,8,21)

Color info

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

RGB color model

#D10815 color RGB value is (209,8,21).

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

RGB channels and saturation

R 209 of 255 = 82%
G 8 of 255 = 3%
B 21 of 255 = 8%

209
8
21

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

Portions of RGB colors in percentages

R + G + B =
209 + 8 + 21 = 238 (100%)
R 209 of 238 ~ 87.82%
G 8 of 238 ~ 3.36%
B 21 of 238 ~ 8.82%

%87.82

CMYK color model

#D10815 color CMYK value is (0,96,90,18).

  • cyan value is 0.00%
  • magenta value is 96.17%
  • yellow value is 89.95%
  • key color value is 18.04%
CMYK:
(0,96,90,18)
C0M96Y90K18 
(0%,96%,90%,18%)
(0.00/0.96/0.90/0.18)	

CMYK percentages

%0
%96.17
%89.95
%18.04

Codes

Color #D10815 in popluar color models

D10815
RGB209821
HSL356°92.63%42.55%
HSB/HSV356°96.17%81.96%
CMYK0.00%96.17%89.95%
18.04%

Color #D10815 in popluar number systems.

HEXD10815
Decimal209821
Binary11010001100010101
Octal3211025

Shades and tints

Shades of #D10815

#D10815
(209,8,21)
#BE0814
(190,8,20)
#AB0813
(171,8,19)
#980812
(152,8,18)
#850811
(133,8,17)
#720810
(114,8,16)
#5F080F
(95,8,15)
#4C080E
(76,8,14)
#39080D
(57,8,13)
#26080C
(38,8,12)
#13080B
(19,8,11)
#000000
(0,0,0)

Tints of #D10815

#D10815
(209,8,21)
#D51E2A
(213,30,42)
#D9343F
(217,52,63)
#DD4A54
(221,74,84)
#E16069
(225,96,105)
#E5767E
(229,118,126)
#E98C93
(233,140,147)
#EDA2A8
(237,162,168)
#F1B8BD
(241,184,189)
#F5CED2
(245,206,210)
#F9E4E7
(249,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D10815; }

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

This text font color is #D10815.


Background Color

.myBgColor { background-color: #D10815; }

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

This div background color is #D10815.


Border color

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

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

This div border color is #D10815.


Opacity

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

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

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

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

This text has shadow with #D10815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D10815 on black background.


Color preview on white background

This text has color #D10815 on white background.



Black color preview on #D10815 background

This text has black color on #D10815 background.


White color preview on #D10815 background

This text has white color on #D10815 background.