Shades of Red Damask #D2754C
Tints of Red Damask #D2754C
RGB
CMYK
RGB Variations
Color information
#D2754C (or 0xD2754C) is known color: Red Damask. HEX triplet: D2, 75 and 4C. RGB value is (210,117,76). Sum of RGB (Red+Green+Blue) = 210+117+76=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D2754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2754C is #2D8AB3. Grayscale: #8C8C8C. Windows color (decimal): -2984628 or 5010898. OLE color: 5010898.
HSL color Cylindrical-coordinate representation of color #D2754C: hue angle of 18.36º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2754C is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 76 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.18 |
| HSL | 18.36º | 0.6% | 0.56% | - |
| HSV(B) | 18.36º | 0.64% | 0.82% | - |
| XYZ | 34.24 | 26.95 | 10.23 | - |
| YUV | 140.13 | 91.81 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 76 | 0 | 0.44 | 0.64 | 0.18 | 18.36 | 0.6 | 0.56 |
| Hex | D2 | 75 | 4C | 0 | 2C | 40 | 12 | 12 | 3C | 38 |
| Octal | 322 | 165 | 114 | 0 | 54 | 100 | 22 | 22 | 74 | 70 |
| Binary | 11010010 | 1110101 | 1001100 | 0 | 101100 | 1000000 | 10010 | 10010 | 111100 | 111000 |
Color Harmonies of #D2754C
Complementary color
Monochromatic Colors of #D2754C
Black with #D2754C
Text Example
Text Example
White with #D2754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2754C; }
p { color: rgb(210,117,76); }
H1.HeaderClassName
{
color: #D2754C;
}
.AnyTagClassName
{
color: #D2754C;
}
</style>
background-color css
<style>
a { background-color: #D2754C; }
a { background-color: rgb(210,117,76); }
div.DivClassName
{
background-color: #D2754C;
}
.BgClassName
{
background-color: #D2754C;
}
</style>
border-color css
<style>
span { border-color: #D2754C; }
span { border-color: rgb(210,117,76); }
td.TdClassName
{
border-color: #D2754C;
}
.TagClassName
{
border-color: #D2754C;
}
</style>