Shades of Red Damask #D3764C
Tints of Red Damask #D3764C
RGB
CMYK
RGB Variations
Color information
#D3764C (or 0xD3764C) is known color: Red Damask. HEX triplet: D3, 76 and 4C. RGB value is (211,118,76). Sum of RGB (Red+Green+Blue) = 211+118+76=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D3764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3764C is #2C89B3. Grayscale: #8D8D8D. Windows color (decimal): -2918836 or 5011155. OLE color: 5011155.
HSL color Cylindrical-coordinate representation of color #D3764C: hue angle of 18.67º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D3764C is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 118 | 76 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.17 |
| HSL | 18.67º | 0.61% | 0.56% | - |
| HSV(B) | 18.67º | 0.64% | 0.83% | - |
| XYZ | 34.65 | 27.33 | 10.29 | - |
| YUV | 141.02 | 91.31 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 118 | 76 | 0 | 0.44 | 0.64 | 0.17 | 18.67 | 0.61 | 0.56 |
| Hex | D3 | 76 | 4C | 0 | 2C | 40 | 11 | 13 | 3D | 38 |
| Octal | 323 | 166 | 114 | 0 | 54 | 100 | 21 | 23 | 75 | 70 |
| Binary | 11010011 | 1110110 | 1001100 | 0 | 101100 | 1000000 | 10001 | 10011 | 111101 | 111000 |
Color Harmonies of #D3764C
Complementary color
Monochromatic Colors of #D3764C
Black with #D3764C
Text Example
Text Example
White with #D3764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3764C; }
p { color: rgb(211,118,76); }
H1.HeaderClassName
{
color: #D3764C;
}
.AnyTagClassName
{
color: #D3764C;
}
</style>
background-color css
<style>
a { background-color: #D3764C; }
a { background-color: rgb(211,118,76); }
div.DivClassName
{
background-color: #D3764C;
}
.BgClassName
{
background-color: #D3764C;
}
</style>
border-color css
<style>
span { border-color: #D3764C; }
span { border-color: rgb(211,118,76); }
td.TdClassName
{
border-color: #D3764C;
}
.TagClassName
{
border-color: #D3764C;
}
</style>