COLOR #D16E1A

HEX: #D16E1A
RGB: (209,110,26)

Color info

#D16E1A contains mainly red color. Web safe color of #D16E1A is #CC6600 (or #C60).

RGB color model

#D16E1A color RGB value is (209,110,26).

  • red value is 209;
  • green value is 110;
  • blue value is 26.
RGB:
(209,110,26)
(82%,43%,10%)

RGB channels and saturation

R 209 of 255 = 82%
G 110 of 255 = 43%
B 26 of 255 = 10%

209
110
26

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

Portions of RGB colors in percentages

R + G + B =
209 + 110 + 26 = 345 (100%)
R 209 of 345 ~ 60.58%
G 110 of 345 ~ 31.88%
B 26 of 345 ~ 7.54%

%60.58
%31.88

CMYK color model

#D16E1A color CMYK value is (0,47,88,18).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 87.56%
  • key color value is 18.04%
CMYK:
(0,47,88,18)
C0M47Y88K18 
(0%,47%,88%,18%)
(0.00/0.47/0.88/0.18)	

CMYK percentages

%0
%47.37
%87.56
%18.04

Codes

Color #D16E1A in popluar color models

D16E1A
RGB20911026
HSL28°77.87%46.08%
HSB/HSV28°87.56%81.96%
CMYK0.00%47.37%87.56%
18.04%

Color #D16E1A in popluar number systems.

HEXD16E1A
Decimal20911026
Binary11010001110111011010
Octal32115632

Shades and tints

Shades of #D16E1A

#D16E1A
(209,110,26)
#BE6418
(190,100,24)
#AB5A16
(171,90,22)
#985014
(152,80,20)
#854612
(133,70,18)
#723C10
(114,60,16)
#5F320E
(95,50,14)
#4C280C
(76,40,12)
#391E0A
(57,30,10)
#261408
(38,20,8)
#130A06
(19,10,6)
#000000
(0,0,0)

Tints of #D16E1A

#D16E1A
(209,110,26)
#D57B2E
(213,123,46)
#D98842
(217,136,66)
#DD9556
(221,149,86)
#E1A26A
(225,162,106)
#E5AF7E
(229,175,126)
#E9BC92
(233,188,146)
#EDC9A6
(237,201,166)
#F1D6BA
(241,214,186)
#F5E3CE
(245,227,206)
#F9F0E2
(249,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D16E1A color. Also use rgb(209,110,26) instead hex code.

Text Font Color

.myTextColor { color: #D16E1A; }

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

This text font color is #D16E1A.


Background Color

.myBgColor { background-color: #D16E1A; }

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

This div background color is #D16E1A.


Border color

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

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

This div border color is #D16E1A.


Opacity

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

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

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

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

This text has shadow with #D16E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D16E1A on black background.


Color preview on white background

This text has color #D16E1A on white background.



Black color preview on #D16E1A background

This text has black color on #D16E1A background.


White color preview on #D16E1A background

This text has white color on #D16E1A background.