Shades of Red Damask #D2724D
Tints of Red Damask #D2724D
RGB
CMYK
RGB Variations
Color information
#D2724D (or 0xD2724D) is known color: Red Damask. HEX triplet: D2, 72 and 4D. RGB value is (210,114,77). Sum of RGB (Red+Green+Blue) = 210+114+77=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2724D is #2D8DB2. Grayscale: #8A8A8A. Windows color (decimal): -2985395 or 5075666. OLE color: 5075666.
HSL color Cylindrical-coordinate representation of color #D2724D: hue angle of 16.69º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2724D is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 77 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.18 |
| HSL | 16.69º | 0.6% | 0.56% | - |
| HSV(B) | 16.69º | 0.63% | 0.82% | - |
| XYZ | 33.94 | 26.27 | 10.3 | - |
| YUV | 138.49 | 93.3 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 77 | 0 | 0.46 | 0.63 | 0.18 | 16.69 | 0.6 | 0.56 |
| Hex | D2 | 72 | 4D | 0 | 2E | 3F | 12 | 11 | 3C | 38 |
| Octal | 322 | 162 | 115 | 0 | 56 | 77 | 22 | 21 | 74 | 70 |
| Binary | 11010010 | 1110010 | 1001101 | 0 | 101110 | 111111 | 10010 | 10001 | 111100 | 111000 |
Color Harmonies of #D2724D
Complementary color
Monochromatic Colors of #D2724D
Black with #D2724D
Text Example
Text Example
White with #D2724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2724D; }
p { color: rgb(210,114,77); }
H1.HeaderClassName
{
color: #D2724D;
}
.AnyTagClassName
{
color: #D2724D;
}
</style>
background-color css
<style>
a { background-color: #D2724D; }
a { background-color: rgb(210,114,77); }
div.DivClassName
{
background-color: #D2724D;
}
.BgClassName
{
background-color: #D2724D;
}
</style>
border-color css
<style>
span { border-color: #D2724D; }
span { border-color: rgb(210,114,77); }
td.TdClassName
{
border-color: #D2724D;
}
.TagClassName
{
border-color: #D2724D;
}
</style>