Shades of Red Damask #D2764B
Tints of Red Damask #D2764B
RGB
CMYK
RGB Variations
Color information
#D2764B (or 0xD2764B) is known color: Red Damask. HEX triplet: D2, 76 and 4B. RGB value is (210,118,75). Sum of RGB (Red+Green+Blue) = 210+118+75=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D2764B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2764B is #2D89B4. Grayscale: #8C8C8C. Windows color (decimal): -2984373 or 4945618. OLE color: 4945618.
HSL color Cylindrical-coordinate representation of color #D2764B: hue angle of 19.11º 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 #D2764B is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 75 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.18 |
| HSL | 19.11º | 0.6% | 0.56% | - |
| HSV(B) | 19.11º | 0.64% | 0.82% | - |
| XYZ | 34.33 | 27.17 | 10.09 | - |
| YUV | 140.61 | 90.98 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 75 | 0 | 0.44 | 0.64 | 0.18 | 19.11 | 0.6 | 0.56 |
| Hex | D2 | 76 | 4B | 0 | 2C | 40 | 12 | 13 | 3C | 38 |
| Octal | 322 | 166 | 113 | 0 | 54 | 100 | 22 | 23 | 74 | 70 |
| Binary | 11010010 | 1110110 | 1001011 | 0 | 101100 | 1000000 | 10010 | 10011 | 111100 | 111000 |
Color Harmonies of #D2764B
Complementary color
Monochromatic Colors of #D2764B
Black with #D2764B
Text Example
Text Example
White with #D2764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2764B; }
p { color: rgb(210,118,75); }
H1.HeaderClassName
{
color: #D2764B;
}
.AnyTagClassName
{
color: #D2764B;
}
</style>
background-color css
<style>
a { background-color: #D2764B; }
a { background-color: rgb(210,118,75); }
div.DivClassName
{
background-color: #D2764B;
}
.BgClassName
{
background-color: #D2764B;
}
</style>
border-color css
<style>
span { border-color: #D2764B; }
span { border-color: rgb(210,118,75); }
td.TdClassName
{
border-color: #D2764B;
}
.TagClassName
{
border-color: #D2764B;
}
</style>