Shades of Red Damask #D2724C
Tints of Red Damask #D2724C
RGB
CMYK
RGB Variations
Color information
#D2724C (or 0xD2724C) is known color: Red Damask. HEX triplet: D2, 72 and 4C. RGB value is (210,114,76). Sum of RGB (Red+Green+Blue) = 210+114+76=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D2724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2724C is #2D8DB3. Grayscale: #8A8A8A. Windows color (decimal): -2985396 or 5010130. OLE color: 5010130.
HSL color Cylindrical-coordinate representation of color #D2724C: hue angle of 17.01º 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 #D2724C is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 76 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.18 |
| HSL | 17.01º | 0.6% | 0.56% | - |
| HSV(B) | 17.01º | 0.64% | 0.82% | - |
| XYZ | 33.9 | 26.26 | 10.12 | - |
| YUV | 138.37 | 92.8 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 76 | 0 | 0.46 | 0.64 | 0.18 | 17.01 | 0.6 | 0.56 |
| Hex | D2 | 72 | 4C | 0 | 2E | 40 | 12 | 11 | 3C | 38 |
| Octal | 322 | 162 | 114 | 0 | 56 | 100 | 22 | 21 | 74 | 70 |
| Binary | 11010010 | 1110010 | 1001100 | 0 | 101110 | 1000000 | 10010 | 10001 | 111100 | 111000 |
Color Harmonies of #D2724C
Complementary color
Monochromatic Colors of #D2724C
Black with #D2724C
Text Example
Text Example
White with #D2724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2724C; }
p { color: rgb(210,114,76); }
H1.HeaderClassName
{
color: #D2724C;
}
.AnyTagClassName
{
color: #D2724C;
}
</style>
background-color css
<style>
a { background-color: #D2724C; }
a { background-color: rgb(210,114,76); }
div.DivClassName
{
background-color: #D2724C;
}
.BgClassName
{
background-color: #D2724C;
}
</style>
border-color css
<style>
span { border-color: #D2724C; }
span { border-color: rgb(210,114,76); }
td.TdClassName
{
border-color: #D2724C;
}
.TagClassName
{
border-color: #D2724C;
}
</style>