COLOR #D2711B

HEX: #D2711B
RGB: (210,113,27)

Color info

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

RGB color model

#D2711B color RGB value is (210,113,27).

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

RGB channels and saturation

R 210 of 255 = 82%
G 113 of 255 = 44%
B 27 of 255 = 11%

210
113
27

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

Portions of RGB colors in percentages

R + G + B =
210 + 113 + 27 = 350 (100%)
R 210 of 350 ~ 60%
G 113 of 350 ~ 32.29%
B 27 of 350 ~ 7.71%

%60
%32.29

CMYK color model

#D2711B color CMYK value is (0,46,87,18).

  • cyan value is 0.00%
  • magenta value is 46.19%
  • yellow value is 87.14%
  • key color value is 17.65%
CMYK:
(0,46,87,18)
C0M46Y87K18 
(0%,46%,87%,18%)
(0.00/0.46/0.87/0.18)	

CMYK percentages

%0
%46.19
%87.14
%17.65

Codes

Color #D2711B in popluar color models

D2711B
RGB21011327
HSL28°77.22%46.47%
HSB/HSV28°87.14%82.35%
CMYK0.00%46.19%87.14%
17.65%

Color #D2711B in popluar number systems.

HEXD2711B
Decimal21011327
Binary11010010111000111011
Octal32216133

Shades and tints

Shades of #D2711B

#D2711B
(210,113,27)
#BF6719
(191,103,25)
#AC5D17
(172,93,23)
#995315
(153,83,21)
#864913
(134,73,19)
#733F11
(115,63,17)
#60350F
(96,53,15)
#4D2B0D
(77,43,13)
#3A210B
(58,33,11)
#271709
(39,23,9)
#140D07
(20,13,7)
#000000
(0,0,0)

Tints of #D2711B

#D2711B
(210,113,27)
#D67D2F
(214,125,47)
#DA8943
(218,137,67)
#DE9557
(222,149,87)
#E2A16B
(226,161,107)
#E6AD7F
(230,173,127)
#EAB993
(234,185,147)
#EEC5A7
(238,197,167)
#F2D1BB
(242,209,187)
#F6DDCF
(246,221,207)
#FAE9E3
(250,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2711B color. Also use rgb(210,113,27) instead hex code.

Text Font Color

.myTextColor { color: #D2711B; }

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

This text font color is #D2711B.


Background Color

.myBgColor { background-color: #D2711B; }

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

This div background color is #D2711B.


Border color

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

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

This div border color is #D2711B.


Opacity

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

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

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

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

This text has shadow with #D2711B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2711B on black background.


Color preview on white background

This text has color #D2711B on white background.



Black color preview on #D2711B background

This text has black color on #D2711B background.


White color preview on #D2711B background

This text has white color on #D2711B background.