COLOR #D45757

HEX: #D45757
RGB: (212,87,87)

Color info

#D45757 contains mainly red color. Web safe color of #D45757 is #CC6666 (or #C66).

RGB color model

#D45757 color RGB value is (212,87,87).

  • red value is 212;
  • green value is 87;
  • blue value is 87.
RGB:
(212,87,87)
(83%,34%,34%)

RGB channels and saturation

R 212 of 255 = 83%
G 87 of 255 = 34%
B 87 of 255 = 34%

212
87
87

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

Portions of RGB colors in percentages

R + G + B =
212 + 87 + 87 = 386 (100%)
R 212 of 386 ~ 54.92%
G 87 of 386 ~ 22.54%
B 87 of 386 ~ 22.54%

%54.92
%22.54
%22.54

CMYK color model

#D45757 color CMYK value is (0,59,59,17).

  • cyan value is 0.00%
  • magenta value is 58.96%
  • yellow value is 58.96%
  • key color value is 16.86%
CMYK:
(0,59,59,17)
C0M59Y59K17 
(0%,59%,59%,17%)
(0.00/0.59/0.59/0.17)	

CMYK percentages

%0
%58.96
%58.96
%16.86

Codes

Color #D45757 in popluar color models

D45757
RGB2128787
HSL59.24%58.63%
HSB/HSV58.96%83.14%
CMYK0.00%58.96%58.96%
16.86%

Color #D45757 in popluar number systems.

HEXD45757
Decimal2128787
Binary1101010010101111010111
Octal324127127

Shades and tints

Shades of #D45757

#D45757
(212,87,87)
#C15050
(193,80,80)
#AE4949
(174,73,73)
#9B4242
(155,66,66)
#883B3B
(136,59,59)
#753434
(117,52,52)
#622D2D
(98,45,45)
#4F2626
(79,38,38)
#3C1F1F
(60,31,31)
#291818
(41,24,24)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #D45757

#D45757
(212,87,87)
#D76666
(215,102,102)
#DA7575
(218,117,117)
#DD8484
(221,132,132)
#E09393
(224,147,147)
#E3A2A2
(227,162,162)
#E6B1B1
(230,177,177)
#E9C0C0
(233,192,192)
#ECCFCF
(236,207,207)
#EFDEDE
(239,222,222)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D45757; }

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

This text font color is #D45757.


Background Color

.myBgColor { background-color: #D45757; }

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

This div background color is #D45757.


Border color

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

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

This div border color is #D45757.


Opacity

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

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

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

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

This text has shadow with #D45757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D45757 on black background.


Color preview on white background

This text has color #D45757 on white background.



Black color preview on #D45757 background

This text has black color on #D45757 background.


White color preview on #D45757 background

This text has white color on #D45757 background.