COLOR #D7562C

HEX: #D7562C
RGB: (215,86,44)

Color info

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

RGB color model

#D7562C color RGB value is (215,86,44).

  • red value is 215;
  • green value is 86;
  • blue value is 44.
RGB:
(215,86,44)
(84%,34%,17%)

RGB channels and saturation

R 215 of 255 = 84%
G 86 of 255 = 34%
B 44 of 255 = 17%

215
86
44

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

Portions of RGB colors in percentages

R + G + B =
215 + 86 + 44 = 345 (100%)
R 215 of 345 ~ 62.32%
G 86 of 345 ~ 24.93%
B 44 of 345 ~ 12.75%

%62.32
%24.93
%12.75

CMYK color model

#D7562C color CMYK value is (0,60,80,16).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 79.53%
  • key color value is 15.69%
CMYK:
(0,60,80,16)
C0M60Y80K16 
(0%,60%,80%,16%)
(0.00/0.60/0.80/0.16)	

CMYK percentages

%0
%60
%79.53
%15.69

Codes

Color #D7562C in popluar color models

D7562C
RGB2158644
HSL15°68.13%50.78%
HSB/HSV15°79.53%84.31%
CMYK0.00%60.00%79.53%
15.69%

Color #D7562C in popluar number systems.

HEXD7562C
Decimal2158644
Binary110101111010110101100
Octal32712654

Shades and tints

Shades of #D7562C

#D7562C
(215,86,44)
#C44F28
(196,79,40)
#B14824
(177,72,36)
#9E4120
(158,65,32)
#8B3A1C
(139,58,28)
#783318
(120,51,24)
#652C14
(101,44,20)
#522510
(82,37,16)
#3F1E0C
(63,30,12)
#2C1708
(44,23,8)
#191004
(25,16,4)
#000000
(0,0,0)

Tints of #D7562C

#D7562C
(215,86,44)
#DA653F
(218,101,63)
#DD7452
(221,116,82)
#E08365
(224,131,101)
#E39278
(227,146,120)
#E6A18B
(230,161,139)
#E9B09E
(233,176,158)
#ECBFB1
(236,191,177)
#EFCEC4
(239,206,196)
#F2DDD7
(242,221,215)
#F5ECEA
(245,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7562C color. Also use rgb(215,86,44) instead hex code.

Text Font Color

.myTextColor { color: #D7562C; }

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

This text font color is #D7562C.


Background Color

.myBgColor { background-color: #D7562C; }

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

This div background color is #D7562C.


Border color

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

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

This div border color is #D7562C.


Opacity

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

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

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

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

This text has shadow with #D7562C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7562C on black background.


Color preview on white background

This text has color #D7562C on white background.



Black color preview on #D7562C background

This text has black color on #D7562C background.


White color preview on #D7562C background

This text has white color on #D7562C background.