COLOR #D8501E

HEX: #D8501E
RGB: (216,80,30)

Color info

#D8501E contains mainly red color. Web safe color of #D8501E is #CC6633 (or #C63).

RGB color model

#D8501E color RGB value is (216,80,30).

  • red value is 216;
  • green value is 80;
  • blue value is 30.
RGB:
(216,80,30)
(85%,31%,12%)

RGB channels and saturation

R 216 of 255 = 85%
G 80 of 255 = 31%
B 30 of 255 = 12%

216
80
30

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

Portions of RGB colors in percentages

R + G + B =
216 + 80 + 30 = 326 (100%)
R 216 of 326 ~ 66.26%
G 80 of 326 ~ 24.54%
B 30 of 326 ~ 9.2%

%66.26
%24.54

CMYK color model

#D8501E color CMYK value is (0,63,86,15).

  • cyan value is 0.00%
  • magenta value is 62.96%
  • yellow value is 86.11%
  • key color value is 15.29%
CMYK:
(0,63,86,15)
C0M63Y86K15 
(0%,63%,86%,15%)
(0.00/0.63/0.86/0.15)	

CMYK percentages

%0
%62.96
%86.11
%15.29

Codes

Color #D8501E in popluar color models

D8501E
RGB2168030
HSL16°75.61%48.24%
HSB/HSV16°86.11%84.71%
CMYK0.00%62.96%86.11%
15.29%

Color #D8501E in popluar number systems.

HEXD8501E
Decimal2168030
Binary11011000101000011110
Octal33012036

Shades and tints

Shades of #D8501E

#D8501E
(216,80,30)
#C5491C
(197,73,28)
#B2421A
(178,66,26)
#9F3B18
(159,59,24)
#8C3416
(140,52,22)
#792D14
(121,45,20)
#662612
(102,38,18)
#531F10
(83,31,16)
#40180E
(64,24,14)
#2D110C
(45,17,12)
#1A0A0A
(26,10,10)
#000000
(0,0,0)

Tints of #D8501E

#D8501E
(216,80,30)
#DB5F32
(219,95,50)
#DE6E46
(222,110,70)
#E17D5A
(225,125,90)
#E48C6E
(228,140,110)
#E79B82
(231,155,130)
#EAAA96
(234,170,150)
#EDB9AA
(237,185,170)
#F0C8BE
(240,200,190)
#F3D7D2
(243,215,210)
#F6E6E6
(246,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8501E color. Also use rgb(216,80,30) instead hex code.

Text Font Color

.myTextColor { color: #D8501E; }

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

This text font color is #D8501E.


Background Color

.myBgColor { background-color: #D8501E; }

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

This div background color is #D8501E.


Border color

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

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

This div border color is #D8501E.


Opacity

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

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

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

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

This text has shadow with #D8501E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8501E on black background.


Color preview on white background

This text has color #D8501E on white background.



Black color preview on #D8501E background

This text has black color on #D8501E background.


White color preview on #D8501E background

This text has white color on #D8501E background.