Shades of Red Damask #D5724C
Tints of Red Damask #D5724C
RGB
CMYK
RGB Variations
Color information
#D5724C (or 0xD5724C) is known color: Red Damask. HEX triplet: D5, 72 and 4C. RGB value is (213,114,76). Sum of RGB (Red+Green+Blue) = 213+114+76=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5724C is #2A8DB3. Grayscale: #8B8B8B. Windows color (decimal): -2788788 or 5010133. OLE color: 5010133.
HSL color Cylindrical-coordinate representation of color #D5724C: hue angle of 16.64º 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 #D5724C is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 114 | 76 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.16 |
| HSL | 16.64º | 0.62% | 0.57% | - |
| HSV(B) | 16.64º | 0.64% | 0.84% | - |
| XYZ | 34.76 | 26.7 | 10.16 | - |
| YUV | 139.27 | 92.3 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 114 | 76 | 0 | 0.46 | 0.64 | 0.16 | 16.64 | 0.62 | 0.57 |
| Hex | D5 | 72 | 4C | 0 | 2E | 40 | 10 | 11 | 3E | 39 |
| Octal | 325 | 162 | 114 | 0 | 56 | 100 | 20 | 21 | 76 | 71 |
| Binary | 11010101 | 1110010 | 1001100 | 0 | 101110 | 1000000 | 10000 | 10001 | 111110 | 111001 |
Color Harmonies of #D5724C
Complementary color
Monochromatic Colors of #D5724C
Black with #D5724C
Text Example
Text Example
White with #D5724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5724C; }
p { color: rgb(213,114,76); }
H1.HeaderClassName
{
color: #D5724C;
}
.AnyTagClassName
{
color: #D5724C;
}
</style>
background-color css
<style>
a { background-color: #D5724C; }
a { background-color: rgb(213,114,76); }
div.DivClassName
{
background-color: #D5724C;
}
.BgClassName
{
background-color: #D5724C;
}
</style>
border-color css
<style>
span { border-color: #D5724C; }
span { border-color: rgb(213,114,76); }
td.TdClassName
{
border-color: #D5724C;
}
.TagClassName
{
border-color: #D5724C;
}
</style>