COLOR #D2701D

HEX: #D2701D
RGB: (210,112,29)

Color info

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

RGB color model

#D2701D color RGB value is (210,112,29).

  • red value is 210;
  • green value is 112;
  • blue value is 29.
RGB:
(210,112,29)
(82%,44%,11%)

RGB channels and saturation

R 210 of 255 = 82%
G 112 of 255 = 44%
B 29 of 255 = 11%

210
112
29

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

Portions of RGB colors in percentages

R + G + B =
210 + 112 + 29 = 351 (100%)
R 210 of 351 ~ 59.83%
G 112 of 351 ~ 31.91%
B 29 of 351 ~ 8.26%

%59.83
%31.91

CMYK color model

#D2701D color CMYK value is (0,47,86,18).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 86.19%
  • key color value is 17.65%
CMYK:
(0,47,86,18)
C0M47Y86K18 
(0%,47%,86%,18%)
(0.00/0.47/0.86/0.18)	

CMYK percentages

%0
%46.67
%86.19
%17.65

Codes

Color #D2701D in popluar color models

D2701D
RGB21011229
HSL28°75.73%46.86%
HSB/HSV28°86.19%82.35%
CMYK0.00%46.67%86.19%
17.65%

Color #D2701D in popluar number systems.

HEXD2701D
Decimal21011229
Binary11010010111000011101
Octal32216035

Shades and tints

Shades of #D2701D

#D2701D
(210,112,29)
#BF661B
(191,102,27)
#AC5C19
(172,92,25)
#995217
(153,82,23)
#864815
(134,72,21)
#733E13
(115,62,19)
#603411
(96,52,17)
#4D2A0F
(77,42,15)
#3A200D
(58,32,13)
#27160B
(39,22,11)
#140C09
(20,12,9)
#000000
(0,0,0)

Tints of #D2701D

#D2701D
(210,112,29)
#D67D31
(214,125,49)
#DA8A45
(218,138,69)
#DE9759
(222,151,89)
#E2A46D
(226,164,109)
#E6B181
(230,177,129)
#EABE95
(234,190,149)
#EECBA9
(238,203,169)
#F2D8BD
(242,216,189)
#F6E5D1
(246,229,209)
#FAF2E5
(250,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2701D color. Also use rgb(210,112,29) instead hex code.

Text Font Color

.myTextColor { color: #D2701D; }

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

This text font color is #D2701D.


Background Color

.myBgColor { background-color: #D2701D; }

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

This div background color is #D2701D.


Border color

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

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

This div border color is #D2701D.


Opacity

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

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

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

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

This text has shadow with #D2701D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2701D on black background.


Color preview on white background

This text has color #D2701D on white background.



Black color preview on #D2701D background

This text has black color on #D2701D background.


White color preview on #D2701D background

This text has white color on #D2701D background.