COLOR #D94811

HEX: #D94811
RGB: (217,72,17)

Color info

#D94811 contains mainly red color. Web safe color of #D94811 is #CC3300 (or #C30).

RGB color model

#D94811 color RGB value is (217,72,17).

  • red value is 217;
  • green value is 72;
  • blue value is 17.
RGB:
(217,72,17)
(85%,28%,7%)

RGB channels and saturation

R 217 of 255 = 85%
G 72 of 255 = 28%
B 17 of 255 = 7%

217
72
17

R + G + B ~ 40%. #D94811 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
217 + 72 + 17 = 306 (100%)
R 217 of 306 ~ 70.92%
G 72 of 306 ~ 23.53%
B 17 of 306 ~ 5.56%

%70.92
%23.53

CMYK color model

#D94811 color CMYK value is (0,67,92,15).

  • cyan value is 0.00%
  • magenta value is 66.82%
  • yellow value is 92.17%
  • key color value is 14.90%
CMYK:
(0,67,92,15)
C0M67Y92K15 
(0%,67%,92%,15%)
(0.00/0.67/0.92/0.15)	

CMYK percentages

%0
%66.82
%92.17
%14.9

Codes

Color #D94811 in popluar color models

D94811
RGB2177217
HSL17°85.47%45.88%
HSB/HSV17°92.17%85.10%
CMYK0.00%66.82%92.17%
14.90%

Color #D94811 in popluar number systems.

HEXD94811
Decimal2177217
Binary11011001100100010001
Octal33111021

Shades and tints

Shades of #D94811

#D94811
(217,72,17)
#C64210
(198,66,16)
#B33C0F
(179,60,15)
#A0360E
(160,54,14)
#8D300D
(141,48,13)
#7A2A0C
(122,42,12)
#67240B
(103,36,11)
#541E0A
(84,30,10)
#411809
(65,24,9)
#2E1208
(46,18,8)
#1B0C07
(27,12,7)
#000000
(0,0,0)

Tints of #D94811

#D94811
(217,72,17)
#DC5826
(220,88,38)
#DF683B
(223,104,59)
#E27850
(226,120,80)
#E58865
(229,136,101)
#E8987A
(232,152,122)
#EBA88F
(235,168,143)
#EEB8A4
(238,184,164)
#F1C8B9
(241,200,185)
#F4D8CE
(244,216,206)
#F7E8E3
(247,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D94811 color. Also use rgb(217,72,17) instead hex code.

Text Font Color

.myTextColor { color: #D94811; }

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

This text font color is #D94811.


Background Color

.myBgColor { background-color: #D94811; }

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

This div background color is #D94811.


Border color

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

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

This div border color is #D94811.


Opacity

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

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

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

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

This text has shadow with #D94811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D94811 on black background.


Color preview on white background

This text has color #D94811 on white background.



Black color preview on #D94811 background

This text has black color on #D94811 background.


White color preview on #D94811 background

This text has white color on #D94811 background.