COLOR #D2820F

HEX: #D2820F
RGB: (210,130,15)

Color info

#D2820F contains mainly red color. Web safe color of #D2820F is #CC9900 (or #C90).

RGB color model

#D2820F color RGB value is (210,130,15).

  • red value is 210;
  • green value is 130;
  • blue value is 15.
RGB:
(210,130,15)
(82%,51%,6%)

RGB channels and saturation

R 210 of 255 = 82%
G 130 of 255 = 51%
B 15 of 255 = 6%

210
130
15

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

Portions of RGB colors in percentages

R + G + B =
210 + 130 + 15 = 355 (100%)
R 210 of 355 ~ 59.15%
G 130 of 355 ~ 36.62%
B 15 of 355 ~ 4.23%

%59.15
%36.62

CMYK color model

#D2820F color CMYK value is (0,38,93,18).

  • cyan value is 0.00%
  • magenta value is 38.10%
  • yellow value is 92.86%
  • key color value is 17.65%
CMYK:
(0,38,93,18)
C0M38Y93K18 
(0%,38%,93%,18%)
(0.00/0.38/0.93/0.18)	

CMYK percentages

%0
%38.1
%92.86
%17.65

Codes

Color #D2820F in popluar color models

D2820F
RGB21013015
HSL35°86.67%44.12%
HSB/HSV35°92.86%82.35%
CMYK0.00%38.10%92.86%
17.65%

Color #D2820F in popluar number systems.

HEXD2820F
Decimal21013015
Binary11010010100000101111
Octal32220217

Shades and tints

Shades of #D2820F

#D2820F
(210,130,15)
#BF770E
(191,119,14)
#AC6C0D
(172,108,13)
#99610C
(153,97,12)
#86560B
(134,86,11)
#734B0A
(115,75,10)
#604009
(96,64,9)
#4D3508
(77,53,8)
#3A2A07
(58,42,7)
#271F06
(39,31,6)
#141405
(20,20,5)
#000000
(0,0,0)

Tints of #D2820F

#D2820F
(210,130,15)
#D68D24
(214,141,36)
#DA9839
(218,152,57)
#DEA34E
(222,163,78)
#E2AE63
(226,174,99)
#E6B978
(230,185,120)
#EAC48D
(234,196,141)
#EECFA2
(238,207,162)
#F2DAB7
(242,218,183)
#F6E5CC
(246,229,204)
#FAF0E1
(250,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2820F color. Also use rgb(210,130,15) instead hex code.

Text Font Color

.myTextColor { color: #D2820F; }

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

This text font color is #D2820F.


Background Color

.myBgColor { background-color: #D2820F; }

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

This div background color is #D2820F.


Border color

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

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

This div border color is #D2820F.


Opacity

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

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

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

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

This text has shadow with #D2820F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2820F on black background.


Color preview on white background

This text has color #D2820F on white background.



Black color preview on #D2820F background

This text has black color on #D2820F background.


White color preview on #D2820F background

This text has white color on #D2820F background.