Shades of Red Damask #D1764B
Tints of Red Damask #D1764B
RGB
CMYK
RGB Variations
Color information
#D1764B (or 0xD1764B) is known color: Red Damask. HEX triplet: D1, 76 and 4B. RGB value is (209,118,75). Sum of RGB (Red+Green+Blue) = 209+118+75=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1764B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1764B is #2E89B4. Grayscale: #8C8C8C. Windows color (decimal): -3049909 or 4945617. OLE color: 4945617.
HSL color Cylindrical-coordinate representation of color #D1764B: hue angle of 19.25º degrees, saturation: 0.59, 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 #D1764B is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 118 | 75 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.18 |
| HSL | 19.25º | 0.59% | 0.56% | - |
| HSV(B) | 19.25º | 0.64% | 0.82% | - |
| XYZ | 34.04 | 27.02 | 10.08 | - |
| YUV | 140.31 | 91.15 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 118 | 75 | 0 | 0.44 | 0.64 | 0.18 | 19.25 | 0.59 | 0.56 |
| Hex | D1 | 76 | 4B | 0 | 2C | 40 | 12 | 13 | 3B | 38 |
| Octal | 321 | 166 | 113 | 0 | 54 | 100 | 22 | 23 | 73 | 70 |
| Binary | 11010001 | 1110110 | 1001011 | 0 | 101100 | 1000000 | 10010 | 10011 | 111011 | 111000 |
Color Harmonies of #D1764B
Complementary color
Monochromatic Colors of #D1764B
Black with #D1764B
Text Example
Text Example
White with #D1764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1764B; }
p { color: rgb(209,118,75); }
H1.HeaderClassName
{
color: #D1764B;
}
.AnyTagClassName
{
color: #D1764B;
}
</style>
background-color css
<style>
a { background-color: #D1764B; }
a { background-color: rgb(209,118,75); }
div.DivClassName
{
background-color: #D1764B;
}
.BgClassName
{
background-color: #D1764B;
}
</style>
border-color css
<style>
span { border-color: #D1764B; }
span { border-color: rgb(209,118,75); }
td.TdClassName
{
border-color: #D1764B;
}
.TagClassName
{
border-color: #D1764B;
}
</style>