COLOR #D2921C

HEX: #D2921C
RGB: (210,146,28)

Color info

#D2921C contains mainly red color. Web safe color of #D2921C is #CC9933 (or #C93).

RGB color model

#D2921C color RGB value is (210,146,28).

  • red value is 210;
  • green value is 146;
  • blue value is 28.
RGB:
(210,146,28)
(82%,57%,11%)

RGB channels and saturation

R 210 of 255 = 82%
G 146 of 255 = 57%
B 28 of 255 = 11%

210
146
28

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

Portions of RGB colors in percentages

R + G + B =
210 + 146 + 28 = 384 (100%)
R 210 of 384 ~ 54.69%
G 146 of 384 ~ 38.02%
B 28 of 384 ~ 7.29%

%54.69
%38.02

CMYK color model

#D2921C color CMYK value is (0,30,87,18).

  • cyan value is 0.00%
  • magenta value is 30.48%
  • yellow value is 86.67%
  • key color value is 17.65%
CMYK:
(0,30,87,18)
C0M30Y87K18 
(0%,30%,87%,18%)
(0.00/0.30/0.87/0.18)	

CMYK percentages

%0
%30.48
%86.67
%17.65

Codes

Color #D2921C in popluar color models

D2921C
RGB21014628
HSL39°76.47%46.67%
HSB/HSV39°86.67%82.35%
CMYK0.00%30.48%86.67%
17.65%

Color #D2921C in popluar number systems.

HEXD2921C
Decimal21014628
Binary110100101001001011100
Octal32222234

Shades and tints

Shades of #D2921C

#D2921C
(210,146,28)
#BF851A
(191,133,26)
#AC7818
(172,120,24)
#996B16
(153,107,22)
#865E14
(134,94,20)
#735112
(115,81,18)
#604410
(96,68,16)
#4D370E
(77,55,14)
#3A2A0C
(58,42,12)
#271D0A
(39,29,10)
#141008
(20,16,8)
#000000
(0,0,0)

Tints of #D2921C

#D2921C
(210,146,28)
#D69B30
(214,155,48)
#DAA444
(218,164,68)
#DEAD58
(222,173,88)
#E2B66C
(226,182,108)
#E6BF80
(230,191,128)
#EAC894
(234,200,148)
#EED1A8
(238,209,168)
#F2DABC
(242,218,188)
#F6E3D0
(246,227,208)
#FAECE4
(250,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2921C color. Also use rgb(210,146,28) instead hex code.

Text Font Color

.myTextColor { color: #D2921C; }

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

This text font color is #D2921C.


Background Color

.myBgColor { background-color: #D2921C; }

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

This div background color is #D2921C.


Border color

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

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

This div border color is #D2921C.


Opacity

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

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

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

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

This text has shadow with #D2921C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2921C on black background.


Color preview on white background

This text has color #D2921C on white background.



Black color preview on #D2921C background

This text has black color on #D2921C background.


White color preview on #D2921C background

This text has white color on #D2921C background.