COLOR #D05A51

HEX: #D05A51 RGB: (208,90,81)

Color info

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

RGB color model

#D05A51 color RGB value is (208,90,81).

RGB: (208,90,81) (82%, 35%, 32%)

RGB channels and saturation

R 208 of 255 = 82%
G 90 of 255 = 35%
B 81 of 255 = 32%

208
90
81

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

Portions of RGB colors in percentages

R + G + B = 208 + 90 + 81 = 379 (100%)
R 208 of 379 ~ 54.88%
G 90 of 379 ~ 23.75%
B 81 of 379 ~ 21.37'%

%54.88
%23.75
%21.37

CMYK color model

#D05A51 color CMYK value is (0,57,61,18).

  • cyan value is 0.00%
  • magenta value is 56.73%
  • yellow value is 61.06%
  • key color value is 18.43%

CMYK: (0,57,61,18)
C0M57Y61K18 (0%, 57%, 61%, 18%)
(0.00 / 0.57 / 0.61 / 0.18)

CMYK percentages

%0
%56.73
%61.06
%18.43

Codes

Color #D05A51 in popluar color models

D0 5A 51
RGB 208 90 81
HSL 57.47% 56.67%
HSB/HSV 61.06% 81.57%
CMYK 0.00% 56.73% 61.06%
18.43%

Color #D05A51 in popluar number systems.

HEX D0 5A 51
Decimal 208 90 81
Binary 11010000 1011010 1010001
Octal 320 132 121

Shades and tints

Shades of #D05A51

#D05A51
(208,90,81)
#BE524A
(190,82,74)
#AC4A43
(172,74,67)
#9A423C
(154,66,60)
#883A35
(136,58,53)
#76322E
(118,50,46)
#642A27
(100,42,39)
#522220
(82,34,32)
#401A19
(64,26,25)
#2E1212
(46,18,18)
#1C0A0B
(28,10,11)
#000000
(0,0,0)

Tints of #D05A51

#D05A51
(208,90,81)
#D46960
(212,105,96)
#D8786F
(216,120,111)
#DC877E
(220,135,126)
#E0968D
(224,150,141)
#E4A59C
(228,165,156)
#E8B4AB
(232,180,171)
#ECC3BA
(236,195,186)
#F0D2C9
(240,210,201)
#F4E1D8
(244,225,216)
#F8F0E7
(248,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D05A51; }

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

This text font color is #D05A51.

Background Color

.myBgColor { background-color: #D05A51; }

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

This div background color is #D05A51.

Border color

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

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

This div border color is #D05A51.

Opacity

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

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

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

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

This text has shadow with #D05A51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D05A51.

Preview

Color preview on black background

This text has color #D05A51 on black background.


Color preview on white background

This text has color #D05A51 on white background.


Black color preview on #D05A51 background

This text has black color on #D05A51 background.


White color preview on #D05A51 background

This text has white color on #D05A51 background.


Related colors

Complementary color

Complementary color for #hex is #2FA5AE.


I love getcolorcode.com

Triadic colors

1 #51D05A and #5A51D0 with #D05A51 are triadic colors.

2 #515AD0 and #5AD051 with #D05A51 are triadic colors.