COLOR #D00706

HEX: #D00706
RGB: (208,7,6)

Color info

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

RGB color model

#D00706 color RGB value is (208,7,6).

  • red value is 208;
  • green value is 7;
  • blue value is 6.
RGB:
(208,7,6)
(82%,3%,2%)

RGB channels and saturation

R 208 of 255 = 82%
G 7 of 255 = 3%
B 6 of 255 = 2%

208
7
6

R + G + B ~ 29%. #D00706 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
208 + 7 + 6 = 221 (100%)
R 208 of 221 ~ 94.12%
G 7 of 221 ~ 3.17%
B 6 of 221 ~ 2.71%

%94.12

CMYK color model

#D00706 color CMYK value is (0,97,97,18).

  • cyan value is 0.00%
  • magenta value is 96.63%
  • yellow value is 97.12%
  • key color value is 18.43%
CMYK:
(0,97,97,18)
C0M97Y97K18 
(0%,97%,97%,18%)
(0.00/0.97/0.97/0.18)	

CMYK percentages

%0
%96.63
%97.12
%18.43

Codes

Color #D00706 in popluar color models

D00706
RGB20876
HSL94.39%41.96%
HSB/HSV97.12%81.57%
CMYK0.00%96.63%97.12%
18.43%

Color #D00706 in popluar number systems.

HEXD00706
Decimal20876
Binary11010000111110
Octal32076

Shades and tints

Shades of #D00706

#D00706
(208,7,6)
#BE0706
(190,7,6)
#AC0706
(172,7,6)
#9A0706
(154,7,6)
#880706
(136,7,6)
#760706
(118,7,6)
#640706
(100,7,6)
#520706
(82,7,6)
#400706
(64,7,6)
#2E0706
(46,7,6)
#1C0706
(28,7,6)
#000000
(0,0,0)

Tints of #D00706

#D00706
(208,7,6)
#D41D1C
(212,29,28)
#D83332
(216,51,50)
#DC4948
(220,73,72)
#E05F5E
(224,95,94)
#E47574
(228,117,116)
#E88B8A
(232,139,138)
#ECA1A0
(236,161,160)
#F0B7B6
(240,183,182)
#F4CDCC
(244,205,204)
#F8E3E2
(248,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D00706; }

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

This text font color is #D00706.


Background Color

.myBgColor { background-color: #D00706; }

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

This div background color is #D00706.


Border color

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

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

This div border color is #D00706.


Opacity

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

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

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

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

This text has shadow with #D00706 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D00706 on black background.


Color preview on white background

This text has color #D00706 on white background.



Black color preview on #D00706 background

This text has black color on #D00706 background.


White color preview on #D00706 background

This text has white color on #D00706 background.