HEX: #D5574B
RGB: (213,87,75)
#D5574B contains mainly red color. Web safe color of #D5574B is #CC6633 (or #C63).
#D5574B color RGB value is (213,87,75).
RGB: (213,87,75)
(84%, 34%, 29%)
R 213 of 255 = 84%
G 87 of 255 = 34%
B 75 of 255 = 29%
R + G + B ~ 49%. #D5574B is middle color (not dark and not light).
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'%
#D5574B color CMYK value is (0,59,65,16).
CMYK: (0,59,65,16)
C0M59Y65K16 (0%, 59%, 65%, 16%)
(0.00 / 0.59 / 0.65 / 0.16)
Color #D5574B in popluar color models
D5 | 57 | 4B | |
---|---|---|---|
RGB | 213 | 87 | 75 |
HSL | 5° | 62.16% | 56.47% |
HSB/HSV | 5° | 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 of #D5574B
Tints of #D5574B
Examples of css and html codes for elements with #D5574B color. Also use rgb(213,87,75) instead hex code.
.myTextColor { color: #D5574B; }
<p style="color:#D5574B">This sample text font color is #D5574B.</p>
This text font color is #D5574B.
.myBgColor { background-color: #D5574B; }
<div style="background-color:#D5574B">Inner text</div>
This div background color is #D5574B.
.myBorderColor { border: 1px solid #D5574B; }
<div style="border:3px solid #D5574B">Div</div>
This div border color is #D5574B.
.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%.
.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.
/* 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 text has color #D5574B on black background.
This text has color #D5574B on white background.
This text has black color on #D5574B background.
This text has white color on #D5574B background.
Complementary color for #hex is #2AA8B4.