Shades of Red Damask #D3764E
Tints of Red Damask #D3764E
RGB
CMYK
RGB Variations
Color information
#D3764E (or 0xD3764E) is known color: Red Damask. HEX triplet: D3, 76 and 4E. RGB value is (211,118,78). Sum of RGB (Red+Green+Blue) = 211+118+78=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D3764E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3764E is #2C89B1. Grayscale: #8D8D8D. Windows color (decimal): -2918834 or 5142227. OLE color: 5142227.
HSL color Cylindrical-coordinate representation of color #D3764E: hue angle of 18.05º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D3764E is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 118 | 78 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.17 |
| HSL | 18.05º | 0.6% | 0.57% | - |
| HSV(B) | 18.05º | 0.63% | 0.83% | - |
| XYZ | 34.72 | 27.36 | 10.66 | - |
| YUV | 141.25 | 92.31 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 118 | 78 | 0 | 0.44 | 0.63 | 0.17 | 18.05 | 0.6 | 0.57 |
| Hex | D3 | 76 | 4E | 0 | 2C | 3F | 11 | 12 | 3C | 39 |
| Octal | 323 | 166 | 116 | 0 | 54 | 77 | 21 | 22 | 74 | 71 |
| Binary | 11010011 | 1110110 | 1001110 | 0 | 101100 | 111111 | 10001 | 10010 | 111100 | 111001 |
Color Harmonies of #D3764E
Complementary color
Monochromatic Colors of #D3764E
Black with #D3764E
Text Example
Text Example
White with #D3764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3764E; }
p { color: rgb(211,118,78); }
H1.HeaderClassName
{
color: #D3764E;
}
.AnyTagClassName
{
color: #D3764E;
}
</style>
background-color css
<style>
a { background-color: #D3764E; }
a { background-color: rgb(211,118,78); }
div.DivClassName
{
background-color: #D3764E;
}
.BgClassName
{
background-color: #D3764E;
}
</style>
border-color css
<style>
span { border-color: #D3764E; }
span { border-color: rgb(211,118,78); }
td.TdClassName
{
border-color: #D3764E;
}
.TagClassName
{
border-color: #D3764E;
}
</style>