COLOR #D10B12

HEX: #D10B12
RGB: (209,11,18)

Color info

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

RGB color model

#D10B12 color RGB value is (209,11,18).

  • red value is 209;
  • green value is 11;
  • blue value is 18.
RGB:
(209,11,18)
(82%,4%,7%)

RGB channels and saturation

R 209 of 255 = 82%
G 11 of 255 = 4%
B 18 of 255 = 7%

209
11
18

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

Portions of RGB colors in percentages

R + G + B =
209 + 11 + 18 = 238 (100%)
R 209 of 238 ~ 87.82%
G 11 of 238 ~ 4.62%
B 18 of 238 ~ 7.56%

%87.82

CMYK color model

#D10B12 color CMYK value is (0,95,91,18).

  • cyan value is 0.00%
  • magenta value is 94.74%
  • yellow value is 91.39%
  • key color value is 18.04%
CMYK:
(0,95,91,18)
C0M95Y91K18 
(0%,95%,91%,18%)
(0.00/0.95/0.91/0.18)	

CMYK percentages

%0
%94.74
%91.39
%18.04

Codes

Color #D10B12 in popluar color models

D10B12
RGB2091118
HSL358°90.00%43.14%
HSB/HSV358°94.74%81.96%
CMYK0.00%94.74%91.39%
18.04%

Color #D10B12 in popluar number systems.

HEXD10B12
Decimal2091118
Binary11010001101110010
Octal3211322

Shades and tints

Shades of #D10B12

#D10B12
(209,11,18)
#BE0A11
(190,10,17)
#AB0910
(171,9,16)
#98080F
(152,8,15)
#85070E
(133,7,14)
#72060D
(114,6,13)
#5F050C
(95,5,12)
#4C040B
(76,4,11)
#39030A
(57,3,10)
#260209
(38,2,9)
#130108
(19,1,8)
#000000
(0,0,0)

Tints of #D10B12

#D10B12
(209,11,18)
#D52127
(213,33,39)
#D9373C
(217,55,60)
#DD4D51
(221,77,81)
#E16366
(225,99,102)
#E5797B
(229,121,123)
#E98F90
(233,143,144)
#EDA5A5
(237,165,165)
#F1BBBA
(241,187,186)
#F5D1CF
(245,209,207)
#F9E7E4
(249,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D10B12 color. Also use rgb(209,11,18) instead hex code.

Text Font Color

.myTextColor { color: #D10B12; }

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

This text font color is #D10B12.


Background Color

.myBgColor { background-color: #D10B12; }

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

This div background color is #D10B12.


Border color

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

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

This div border color is #D10B12.


Opacity

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

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

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

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

This text has shadow with #D10B12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D10B12 on black background.


Color preview on white background

This text has color #D10B12 on white background.



Black color preview on #D10B12 background

This text has black color on #D10B12 background.


White color preview on #D10B12 background

This text has white color on #D10B12 background.