COLOR #D31706

HEX: #D31706
RGB: (211,23,6)

Color info

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

RGB color model

#D31706 color RGB value is (211,23,6).

  • red value is 211;
  • green value is 23;
  • blue value is 6.
RGB:
(211,23,6)
(83%,9%,2%)

RGB channels and saturation

R 211 of 255 = 83%
G 23 of 255 = 9%
B 6 of 255 = 2%

211
23
6

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

Portions of RGB colors in percentages

R + G + B =
211 + 23 + 6 = 240 (100%)
R 211 of 240 ~ 87.92%
G 23 of 240 ~ 9.58%
B 6 of 240 ~ 2.5%

%87.92
%9.58

CMYK color model

#D31706 color CMYK value is (0,89,97,17).

  • cyan value is 0.00%
  • magenta value is 89.10%
  • yellow value is 97.16%
  • key color value is 17.25%
CMYK:
(0,89,97,17)
C0M89Y97K17 
(0%,89%,97%,17%)
(0.00/0.89/0.97/0.17)	

CMYK percentages

%0
%89.1
%97.16
%17.25

Codes

Color #D31706 in popluar color models

D31706
RGB211236
HSL94.47%42.55%
HSB/HSV97.16%82.75%
CMYK0.00%89.10%97.16%
17.25%

Color #D31706 in popluar number systems.

HEXD31706
Decimal211236
Binary1101001110111110
Octal323276

Shades and tints

Shades of #D31706

#D31706
(211,23,6)
#C01506
(192,21,6)
#AD1306
(173,19,6)
#9A1106
(154,17,6)
#870F06
(135,15,6)
#740D06
(116,13,6)
#610B06
(97,11,6)
#4E0906
(78,9,6)
#3B0706
(59,7,6)
#280506
(40,5,6)
#150306
(21,3,6)
#000000
(0,0,0)

Tints of #D31706

#D31706
(211,23,6)
#D72C1C
(215,44,28)
#DB4132
(219,65,50)
#DF5648
(223,86,72)
#E36B5E
(227,107,94)
#E78074
(231,128,116)
#EB958A
(235,149,138)
#EFAAA0
(239,170,160)
#F3BFB6
(243,191,182)
#F7D4CC
(247,212,204)
#FBE9E2
(251,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D31706; }

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

This text font color is #D31706.


Background Color

.myBgColor { background-color: #D31706; }

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

This div background color is #D31706.


Border color

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

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

This div border color is #D31706.


Opacity

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

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

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

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

This text has shadow with #D31706 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D31706 on black background.


Color preview on white background

This text has color #D31706 on white background.



Black color preview on #D31706 background

This text has black color on #D31706 background.


White color preview on #D31706 background

This text has white color on #D31706 background.