COLOR #D70017

HEX: #D70017
RGB: (215,0,23)

Color info

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

RGB color model

#D70017 color RGB value is (215,0,23).

  • red value is 215;
  • green value is 0;
  • blue value is 23.
RGB:
(215,0,23)
(84%,0%,9%)

RGB channels and saturation

R 215 of 255 = 84%
G 0 of 255 = 0%
B 23 of 255 = 9%

215
0
23

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

Portions of RGB colors in percentages

R + G + B =
215 + 0 + 23 = 238 (100%)
R 215 of 238 ~ 90.34%
G 0 of 238 ~ 0%
B 23 of 238 ~ 9.66%

%90.34
%9.66

CMYK color model

#D70017 color CMYK value is (0,100,89,16).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 89.30%
  • key color value is 15.69%
CMYK:
(0,100,89,16)
C0M100Y89K16 
(0%,100%,89%,16%)
(0.00/1.00/0.89/0.16)	

CMYK percentages

%0
%100
%89.3
%15.69

Codes

Color #D70017 in popluar color models

D70017
RGB215023
HSL354°100.00%42.16%
HSB/HSV354°100.00%84.31%
CMYK0.00%100.00%89.30%
15.69%

Color #D70017 in popluar number systems.

HEXD70017
Decimal215023
Binary11010111010111
Octal327027

Shades and tints

Shades of #D70017

#D70017
(215,0,23)
#C40015
(196,0,21)
#B10013
(177,0,19)
#9E0011
(158,0,17)
#8B000F
(139,0,15)
#78000D
(120,0,13)
#65000B
(101,0,11)
#520009
(82,0,9)
#3F0007
(63,0,7)
#2C0005
(44,0,5)
#190003
(25,0,3)
#000000
(0,0,0)

Tints of #D70017

#D70017
(215,0,23)
#DA172C
(218,23,44)
#DD2E41
(221,46,65)
#E04556
(224,69,86)
#E35C6B
(227,92,107)
#E67380
(230,115,128)
#E98A95
(233,138,149)
#ECA1AA
(236,161,170)
#EFB8BF
(239,184,191)
#F2CFD4
(242,207,212)
#F5E6E9
(245,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D70017; }

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

This text font color is #D70017.


Background Color

.myBgColor { background-color: #D70017; }

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

This div background color is #D70017.


Border color

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

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

This div border color is #D70017.


Opacity

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

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

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

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

This text has shadow with #D70017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D70017 on black background.


Color preview on white background

This text has color #D70017 on white background.



Black color preview on #D70017 background

This text has black color on #D70017 background.


White color preview on #D70017 background

This text has white color on #D70017 background.