COLOR #D05757

HEX: #D05757 RGB: (208,87,87)

Color info

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

RGB color model

#D05757 color RGB value is (208,87,87).

RGB: (208,87,87) (82%, 34%, 34%)

RGB channels and saturation

R 208 of 255 = 82%
G 87 of 255 = 34%
B 87 of 255 = 34%

208
87
87

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

Portions of RGB colors in percentages

R + G + B = 208 + 87 + 87 = 382 (100%)
R 208 of 382 ~ 54.45%
G 87 of 382 ~ 22.77%
B 87 of 382 ~ 22.77'%

%54.45
%22.77
%22.77

CMYK color model

#D05757 color CMYK value is (0,58,58,18).

  • cyan value is 0.00%
  • magenta value is 58.17%
  • yellow value is 58.17%
  • key color value is 18.43%

CMYK: (0,58,58,18)
C0M58Y58K18 (0%, 58%, 58%, 18%)
(0.00 / 0.58 / 0.58 / 0.18)

CMYK percentages

%0
%58.17
%58.17
%18.43

Codes

Color #D05757 in popluar color models

D0 57 57
RGB 208 87 87
HSL 56.28% 57.84%
HSB/HSV 58.17% 81.57%
CMYK 0.00% 58.17% 58.17%
18.43%

Color #D05757 in popluar number systems.

HEX D0 57 57
Decimal 208 87 87
Binary 11010000 1010111 1010111
Octal 320 127 127

Shades and tints

Shades of #D05757

#D05757
(208,87,87)
#BE5050
(190,80,80)
#AC4949
(172,73,73)
#9A4242
(154,66,66)
#883B3B
(136,59,59)
#763434
(118,52,52)
#642D2D
(100,45,45)
#522626
(82,38,38)
#401F1F
(64,31,31)
#2E1818
(46,24,24)
#1C1111
(28,17,17)
#000000
(0,0,0)

Tints of #D05757

#D05757
(208,87,87)
#D46666
(212,102,102)
#D87575
(216,117,117)
#DC8484
(220,132,132)
#E09393
(224,147,147)
#E4A2A2
(228,162,162)
#E8B1B1
(232,177,177)
#ECC0C0
(236,192,192)
#F0CFCF
(240,207,207)
#F4DEDE
(244,222,222)
#F8EDED
(248,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D05757; }

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

This text font color is #D05757.

Background Color

.myBgColor { background-color: #D05757; }

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

This div background color is #D05757.

Border color

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

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

This div border color is #D05757.

Opacity

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

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

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

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

This text has shadow with #D05757 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D05757.

Preview

Color preview on black background

This text has color #D05757 on black background.


Color preview on white background

This text has color #D05757 on white background.


Black color preview on #D05757 background

This text has black color on #D05757 background.


White color preview on #D05757 background

This text has white color on #D05757 background.


Related colors

Complementary color

Complementary color for #hex is #2FA8A8.


I love getcolorcode.com