COLOR #D01717

HEX: #D01717
RGB: (208,23,23)

Color info

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

RGB color model

#D01717 color RGB value is (208,23,23).

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

RGB channels and saturation

R 208 of 255 = 82%
G 23 of 255 = 9%
B 23 of 255 = 9%

208
23
23

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

Portions of RGB colors in percentages

R + G + B =
208 + 23 + 23 = 254 (100%)
R 208 of 254 ~ 81.89%
G 23 of 254 ~ 9.06%
B 23 of 254 ~ 9.06%

%81.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 88.94%
  • yellow value is 88.94%
  • key color value is 18.43%
CMYK:
(0,89,89,18)
C0M89Y89K18 
(0%,89%,89%,18%)
(0.00/0.89/0.89/0.18)	

CMYK percentages

%0
%88.94
%88.94
%18.43

Codes

Color #D01717 in popluar color models

D01717
RGB2082323
HSL80.09%45.29%
HSB/HSV88.94%81.57%
CMYK0.00%88.94%88.94%
18.43%

Color #D01717 in popluar number systems.

HEXD01717
Decimal2082323
Binary110100001011110111
Octal3202727

Shades and tints

Shades of #D01717

#D01717
(208,23,23)
#BE1515
(190,21,21)
#AC1313
(172,19,19)
#9A1111
(154,17,17)
#880F0F
(136,15,15)
#760D0D
(118,13,13)
#640B0B
(100,11,11)
#520909
(82,9,9)
#400707
(64,7,7)
#2E0505
(46,5,5)
#1C0303
(28,3,3)
#000000
(0,0,0)

Tints of #D01717

#D01717
(208,23,23)
#D42C2C
(212,44,44)
#D84141
(216,65,65)
#DC5656
(220,86,86)
#E06B6B
(224,107,107)
#E48080
(228,128,128)
#E89595
(232,149,149)
#ECAAAA
(236,170,170)
#F0BFBF
(240,191,191)
#F4D4D4
(244,212,212)
#F8E9E9
(248,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D01717; }

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

This text font color is #D01717.


Background Color

.myBgColor { background-color: #D01717; }

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

This div background color is #D01717.


Border color

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

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

This div border color is #D01717.


Opacity

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

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

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

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

This text has shadow with #D01717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D01717 on black background.


Color preview on white background

This text has color #D01717 on white background.



Black color preview on #D01717 background

This text has black color on #D01717 background.


White color preview on #D01717 background

This text has white color on #D01717 background.