COLOR #D5574B

HEX: #D5574B RGB: (213,87,75)

Color info

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

RGB color model

#D5574B color RGB value is (213,87,75).

RGB: (213,87,75) (84%, 34%, 29%)

RGB channels and saturation

R 213 of 255 = 84%
G 87 of 255 = 34%
B 75 of 255 = 29%

213
87
75

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

Portions of RGB colors in percentages

R + G + B = 213 + 87 + 75 = 375 (100%)
R 213 of 375 ~ 56.8%
G 87 of 375 ~ 23.2%
B 75 of 375 ~ 20'%

%56.8
%23.2
%20

CMYK color model

#D5574B color CMYK value is (0,59,65,16).

  • cyan value is 0.00%
  • magenta value is 59.15%
  • yellow value is 64.79%
  • key color value is 16.47%

CMYK: (0,59,65,16)
C0M59Y65K16 (0%, 59%, 65%, 16%)
(0.00 / 0.59 / 0.65 / 0.16)

CMYK percentages

%0
%59.15
%64.79
%16.47

Codes

Color #D5574B in popluar color models

D5 57 4B
RGB 213 87 75
HSL 62.16% 56.47%
HSB/HSV 64.79% 83.53%
CMYK 0.00% 59.15% 64.79%
16.47%

Color #D5574B in popluar number systems.

HEX D5 57 4B
Decimal 213 87 75
Binary 11010101 1010111 1001011
Octal 325 127 113

Shades and tints

Shades of #D5574B

#D5574B
(213,87,75)
#C25045
(194,80,69)
#AF493F
(175,73,63)
#9C4239
(156,66,57)
#893B33
(137,59,51)
#76342D
(118,52,45)
#632D27
(99,45,39)
#502621
(80,38,33)
#3D1F1B
(61,31,27)
#2A1815
(42,24,21)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #D5574B

#D5574B
(213,87,75)
#D8665B
(216,102,91)
#DB756B
(219,117,107)
#DE847B
(222,132,123)
#E1938B
(225,147,139)
#E4A29B
(228,162,155)
#E7B1AB
(231,177,171)
#EAC0BB
(234,192,187)
#EDCFCB
(237,207,203)
#F0DEDB
(240,222,219)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5574B; }

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

This text font color is #D5574B.

Background Color

.myBgColor { background-color: #D5574B; }

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

This div background color is #D5574B.

Border color

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

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

This div border color is #D5574B.

Opacity

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

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

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

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

This text has shadow with #D5574B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5574B.

Preview

Color preview on black background

This text has color #D5574B on black background.


Color preview on white background

This text has color #D5574B on white background.


Black color preview on #D5574B background

This text has black color on #D5574B background.


White color preview on #D5574B background

This text has white color on #D5574B background.


Related colors

Complementary color

Complementary color for #hex is #2AA8B4.


I love getcolorcode.com

Triadic colors

1 #4BD557 and #574BD5 with #D5574B are triadic colors.

2 #4B57D5 and #57D54B with #D5574B are triadic colors.