COLOR #D7570B

HEX: #D7570B
RGB: (215,87,11)

Color info

#D7570B contains mainly red color. Web safe color of #D7570B is #CC6600 (or #C60).

RGB color model

#D7570B color RGB value is (215,87,11).

  • red value is 215;
  • green value is 87;
  • blue value is 11.
RGB:
(215,87,11)
(84%,34%,4%)

RGB channels and saturation

R 215 of 255 = 84%
G 87 of 255 = 34%
B 11 of 255 = 4%

215
87
11

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

Portions of RGB colors in percentages

R + G + B =
215 + 87 + 11 = 313 (100%)
R 215 of 313 ~ 68.69%
G 87 of 313 ~ 27.8%
B 11 of 313 ~ 3.51%

%68.69
%27.8

CMYK color model

#D7570B color CMYK value is (0,60,95,16).

  • cyan value is 0.00%
  • magenta value is 59.53%
  • yellow value is 94.88%
  • key color value is 15.69%
CMYK:
(0,60,95,16)
C0M60Y95K16 
(0%,60%,95%,16%)
(0.00/0.60/0.95/0.16)	

CMYK percentages

%0
%59.53
%94.88
%15.69

Codes

Color #D7570B in popluar color models

D7570B
RGB2158711
HSL22°90.27%44.31%
HSB/HSV22°94.88%84.31%
CMYK0.00%59.53%94.88%
15.69%

Color #D7570B in popluar number systems.

HEXD7570B
Decimal2158711
Binary1101011110101111011
Octal32712713

Shades and tints

Shades of #D7570B

#D7570B
(215,87,11)
#C4500A
(196,80,10)
#B14909
(177,73,9)
#9E4208
(158,66,8)
#8B3B07
(139,59,7)
#783406
(120,52,6)
#652D05
(101,45,5)
#522604
(82,38,4)
#3F1F03
(63,31,3)
#2C1802
(44,24,2)
#191101
(25,17,1)
#000000
(0,0,0)

Tints of #D7570B

#D7570B
(215,87,11)
#DA6621
(218,102,33)
#DD7537
(221,117,55)
#E0844D
(224,132,77)
#E39363
(227,147,99)
#E6A279
(230,162,121)
#E9B18F
(233,177,143)
#ECC0A5
(236,192,165)
#EFCFBB
(239,207,187)
#F2DED1
(242,222,209)
#F5EDE7
(245,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7570B color. Also use rgb(215,87,11) instead hex code.

Text Font Color

.myTextColor { color: #D7570B; }

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

This text font color is #D7570B.


Background Color

.myBgColor { background-color: #D7570B; }

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

This div background color is #D7570B.


Border color

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

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

This div border color is #D7570B.


Opacity

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

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

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

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

This text has shadow with #D7570B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7570B on black background.


Color preview on white background

This text has color #D7570B on white background.



Black color preview on #D7570B background

This text has black color on #D7570B background.


White color preview on #D7570B background

This text has white color on #D7570B background.