Shades of Red Damask #D5754C
Tints of Red Damask #D5754C
RGB
CMYK
RGB Variations
Color information
#D5754C (or 0xD5754C) is known color: Red Damask. HEX triplet: D5, 75 and 4C. RGB value is (213,117,76). Sum of RGB (Red+Green+Blue) = 213+117+76=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5754C is #2A8AB3. Grayscale: #8D8D8D. Windows color (decimal): -2788020 or 5010901. OLE color: 5010901.
HSL color Cylindrical-coordinate representation of color #D5754C: hue angle of 17.96º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5754C is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 76 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.16 |
| HSL | 17.96º | 0.62% | 0.57% | - |
| HSV(B) | 17.96º | 0.64% | 0.84% | - |
| XYZ | 35.11 | 27.39 | 10.27 | - |
| YUV | 141.03 | 91.3 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 76 | 0 | 0.45 | 0.64 | 0.16 | 17.96 | 0.62 | 0.57 |
| Hex | D5 | 75 | 4C | 0 | 2D | 40 | 10 | 12 | 3E | 39 |
| Octal | 325 | 165 | 114 | 0 | 55 | 100 | 20 | 22 | 76 | 71 |
| Binary | 11010101 | 1110101 | 1001100 | 0 | 101101 | 1000000 | 10000 | 10010 | 111110 | 111001 |
Color Harmonies of #D5754C
Complementary color
Monochromatic Colors of #D5754C
Black with #D5754C
Text Example
Text Example
White with #D5754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5754C; }
p { color: rgb(213,117,76); }
H1.HeaderClassName
{
color: #D5754C;
}
.AnyTagClassName
{
color: #D5754C;
}
</style>
background-color css
<style>
a { background-color: #D5754C; }
a { background-color: rgb(213,117,76); }
div.DivClassName
{
background-color: #D5754C;
}
.BgClassName
{
background-color: #D5754C;
}
</style>
border-color css
<style>
span { border-color: #D5754C; }
span { border-color: rgb(213,117,76); }
td.TdClassName
{
border-color: #D5754C;
}
.TagClassName
{
border-color: #D5754C;
}
</style>