Shades of Red Damask #D57750
Tints of Red Damask #D57750
RGB
CMYK
RGB Variations
Color information
#D57750 (or 0xD57750) is known color: Red Damask. HEX triplet: D5, 77 and 50. RGB value is (213,119,80). Sum of RGB (Red+Green+Blue) = 213+119+80=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D57750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57750 is #2A88AF. Grayscale: #8E8E8E. Windows color (decimal): -2787504 or 5273557. OLE color: 5273557.
HSL color Cylindrical-coordinate representation of color #D57750: hue angle of 17.59º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D57750 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 80 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.16 |
| HSL | 17.59º | 0.61% | 0.57% | - |
| HSV(B) | 17.59º | 0.62% | 0.84% | - |
| XYZ | 35.49 | 27.92 | 11.11 | - |
| YUV | 142.66 | 92.64 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 80 | 0 | 0.44 | 0.62 | 0.16 | 17.59 | 0.61 | 0.57 |
| Hex | D5 | 77 | 50 | 0 | 2C | 3E | 10 | 12 | 3D | 39 |
| Octal | 325 | 167 | 120 | 0 | 54 | 76 | 20 | 22 | 75 | 71 |
| Binary | 11010101 | 1110111 | 1010000 | 0 | 101100 | 111110 | 10000 | 10010 | 111101 | 111001 |
Color Harmonies of #D57750
Complementary color
Monochromatic Colors of #D57750
Black with #D57750
Text Example
Text Example
White with #D57750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57750; }
p { color: rgb(213,119,80); }
H1.HeaderClassName
{
color: #D57750;
}
.AnyTagClassName
{
color: #D57750;
}
</style>
background-color css
<style>
a { background-color: #D57750; }
a { background-color: rgb(213,119,80); }
div.DivClassName
{
background-color: #D57750;
}
.BgClassName
{
background-color: #D57750;
}
</style>
border-color css
<style>
span { border-color: #D57750; }
span { border-color: rgb(213,119,80); }
td.TdClassName
{
border-color: #D57750;
}
.TagClassName
{
border-color: #D57750;
}
</style>