COLOR #D01116

HEX: #D01116
RGB: (208,17,22)

Color info

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

RGB color model

#D01116 color RGB value is (208,17,22).

  • red value is 208;
  • green value is 17;
  • blue value is 22.
RGB:
(208,17,22)
(82%,7%,9%)

RGB channels and saturation

R 208 of 255 = 82%
G 17 of 255 = 7%
B 22 of 255 = 9%

208
17
22

R + G + B ~ 33%. #D01116 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
208 + 17 + 22 = 247 (100%)
R 208 of 247 ~ 84.21%
G 17 of 247 ~ 6.88%
B 22 of 247 ~ 8.91%

%84.21

CMYK color model

#D01116 color CMYK value is (0,92,89,18).

  • cyan value is 0.00%
  • magenta value is 91.83%
  • yellow value is 89.42%
  • key color value is 18.43%
CMYK:
(0,92,89,18)
C0M92Y89K18 
(0%,92%,89%,18%)
(0.00/0.92/0.89/0.18)	

CMYK percentages

%0
%91.83
%89.42
%18.43

Codes

Color #D01116 in popluar color models

D01116
RGB2081722
HSL358°84.89%44.12%
HSB/HSV358°91.83%81.57%
CMYK0.00%91.83%89.42%
18.43%

Color #D01116 in popluar number systems.

HEXD01116
Decimal2081722
Binary110100001000110110
Octal3202126

Shades and tints

Shades of #D01116

#D01116
(208,17,22)
#BE1014
(190,16,20)
#AC0F12
(172,15,18)
#9A0E10
(154,14,16)
#880D0E
(136,13,14)
#760C0C
(118,12,12)
#640B0A
(100,11,10)
#520A08
(82,10,8)
#400906
(64,9,6)
#2E0804
(46,8,4)
#1C0702
(28,7,2)
#000000
(0,0,0)

Tints of #D01116

#D01116
(208,17,22)
#D4262B
(212,38,43)
#D83B40
(216,59,64)
#DC5055
(220,80,85)
#E0656A
(224,101,106)
#E47A7F
(228,122,127)
#E88F94
(232,143,148)
#ECA4A9
(236,164,169)
#F0B9BE
(240,185,190)
#F4CED3
(244,206,211)
#F8E3E8
(248,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D01116 color. Also use rgb(208,17,22) instead hex code.

Text Font Color

.myTextColor { color: #D01116; }

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

This text font color is #D01116.


Background Color

.myBgColor { background-color: #D01116; }

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

This div background color is #D01116.


Border color

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

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

This div border color is #D01116.


Opacity

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

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

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

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

This text has shadow with #D01116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D01116 on black background.


Color preview on white background

This text has color #D01116 on white background.



Black color preview on #D01116 background

This text has black color on #D01116 background.


White color preview on #D01116 background

This text has white color on #D01116 background.