Shades of Red Damask #D5754B
Tints of Red Damask #D5754B
RGB
CMYK
RGB Variations
Color information
#D5754B (or 0xD5754B) is known color: Red Damask. HEX triplet: D5, 75 and 4B. RGB value is (213,117,75). Sum of RGB (Red+Green+Blue) = 213+117+75=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5754B is #2A8AB4. Grayscale: #8D8D8D. Windows color (decimal): -2788021 or 4945365. OLE color: 4945365.
HSL color Cylindrical-coordinate representation of color #D5754B: hue angle of 18.26º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5754B is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 75 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.16 |
| HSL | 18.26º | 0.62% | 0.56% | - |
| HSV(B) | 18.26º | 0.65% | 0.84% | - |
| XYZ | 35.07 | 27.38 | 10.09 | - |
| YUV | 140.92 | 90.8 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 75 | 0 | 0.45 | 0.65 | 0.16 | 18.26 | 0.62 | 0.56 |
| Hex | D5 | 75 | 4B | 0 | 2D | 41 | 10 | 12 | 3E | 38 |
| Octal | 325 | 165 | 113 | 0 | 55 | 101 | 20 | 22 | 76 | 70 |
| Binary | 11010101 | 1110101 | 1001011 | 0 | 101101 | 1000001 | 10000 | 10010 | 111110 | 111000 |
Color Harmonies of #D5754B
Complementary color
Monochromatic Colors of #D5754B
Black with #D5754B
Text Example
Text Example
White with #D5754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5754B; }
p { color: rgb(213,117,75); }
H1.HeaderClassName
{
color: #D5754B;
}
.AnyTagClassName
{
color: #D5754B;
}
</style>
background-color css
<style>
a { background-color: #D5754B; }
a { background-color: rgb(213,117,75); }
div.DivClassName
{
background-color: #D5754B;
}
.BgClassName
{
background-color: #D5754B;
}
</style>
border-color css
<style>
span { border-color: #D5754B; }
span { border-color: rgb(213,117,75); }
td.TdClassName
{
border-color: #D5754B;
}
.TagClassName
{
border-color: #D5754B;
}
</style>