Shades of Red Damask #D5734C
Tints of Red Damask #D5734C
RGB
CMYK
RGB Variations
Color information
#D5734C (or 0xD5734C) is known color: Red Damask. HEX triplet: D5, 73 and 4C. RGB value is (213,115,76). Sum of RGB (Red+Green+Blue) = 213+115+76=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5734C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5734C is #2A8CB3. Grayscale: #8C8C8C. Windows color (decimal): -2788532 or 5010389. OLE color: 5010389.
HSL color Cylindrical-coordinate representation of color #D5734C: hue angle of 17.08º 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 #D5734C is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 115 | 76 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.16 |
| HSL | 17.08º | 0.62% | 0.57% | - |
| HSV(B) | 17.08º | 0.64% | 0.84% | - |
| XYZ | 34.88 | 26.93 | 10.2 | - |
| YUV | 139.86 | 91.97 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 76 | 0 | 0.46 | 0.64 | 0.16 | 17.08 | 0.62 | 0.57 |
| Hex | D5 | 73 | 4C | 0 | 2E | 40 | 10 | 11 | 3E | 39 |
| Octal | 325 | 163 | 114 | 0 | 56 | 100 | 20 | 21 | 76 | 71 |
| Binary | 11010101 | 1110011 | 1001100 | 0 | 101110 | 1000000 | 10000 | 10001 | 111110 | 111001 |
Color Harmonies of #D5734C
Complementary color
Monochromatic Colors of #D5734C
Black with #D5734C
Text Example
Text Example
White with #D5734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5734C; }
p { color: rgb(213,115,76); }
H1.HeaderClassName
{
color: #D5734C;
}
.AnyTagClassName
{
color: #D5734C;
}
</style>
background-color css
<style>
a { background-color: #D5734C; }
a { background-color: rgb(213,115,76); }
div.DivClassName
{
background-color: #D5734C;
}
.BgClassName
{
background-color: #D5734C;
}
</style>
border-color css
<style>
span { border-color: #D5734C; }
span { border-color: rgb(213,115,76); }
td.TdClassName
{
border-color: #D5734C;
}
.TagClassName
{
border-color: #D5734C;
}
</style>