COLOR #D5721C

HEX: #D5721C
RGB: (213,114,28)

Color info

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

RGB color model

#D5721C color RGB value is (213,114,28).

  • red value is 213;
  • green value is 114;
  • blue value is 28.
RGB:
(213,114,28)
(84%,45%,11%)

RGB channels and saturation

R 213 of 255 = 84%
G 114 of 255 = 45%
B 28 of 255 = 11%

213
114
28

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

Portions of RGB colors in percentages

R + G + B =
213 + 114 + 28 = 355 (100%)
R 213 of 355 ~ 60%
G 114 of 355 ~ 32.11%
B 28 of 355 ~ 7.89%

%60
%32.11

CMYK color model

#D5721C color CMYK value is (0,46,87,16).

  • cyan value is 0.00%
  • magenta value is 46.48%
  • yellow value is 86.85%
  • key color value is 16.47%
CMYK:
(0,46,87,16)
C0M46Y87K16 
(0%,46%,87%,16%)
(0.00/0.46/0.87/0.16)	

CMYK percentages

%0
%46.48
%86.85
%16.47

Codes

Color #D5721C in popluar color models

D5721C
RGB21311428
HSL28°76.76%47.25%
HSB/HSV28°86.85%83.53%
CMYK0.00%46.48%86.85%
16.47%

Color #D5721C in popluar number systems.

HEXD5721C
Decimal21311428
Binary11010101111001011100
Octal32516234

Shades and tints

Shades of #D5721C

#D5721C
(213,114,28)
#C2681A
(194,104,26)
#AF5E18
(175,94,24)
#9C5416
(156,84,22)
#894A14
(137,74,20)
#764012
(118,64,18)
#633610
(99,54,16)
#502C0E
(80,44,14)
#3D220C
(61,34,12)
#2A180A
(42,24,10)
#170E08
(23,14,8)
#000000
(0,0,0)

Tints of #D5721C

#D5721C
(213,114,28)
#D87E30
(216,126,48)
#DB8A44
(219,138,68)
#DE9658
(222,150,88)
#E1A26C
(225,162,108)
#E4AE80
(228,174,128)
#E7BA94
(231,186,148)
#EAC6A8
(234,198,168)
#EDD2BC
(237,210,188)
#F0DED0
(240,222,208)
#F3EAE4
(243,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5721C color. Also use rgb(213,114,28) instead hex code.

Text Font Color

.myTextColor { color: #D5721C; }

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

This text font color is #D5721C.


Background Color

.myBgColor { background-color: #D5721C; }

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

This div background color is #D5721C.


Border color

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

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

This div border color is #D5721C.


Opacity

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

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

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

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

This text has shadow with #D5721C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5721C on black background.


Color preview on white background

This text has color #D5721C on white background.



Black color preview on #D5721C background

This text has black color on #D5721C background.


White color preview on #D5721C background

This text has white color on #D5721C background.