Shades of Red Damask #D1694B
Tints of Red Damask #D1694B
RGB
CMYK
RGB Variations
Color information
#D1694B (or 0xD1694B) is known color: Red Damask. HEX triplet: D1, 69 and 4B. RGB value is (209,105,75). Sum of RGB (Red+Green+Blue) = 209+105+75=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D1694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1694B is #2E96B4. Grayscale: #848484. Windows color (decimal): -3053237 or 4942289. OLE color: 4942289.
HSL color Cylindrical-coordinate representation of color #D1694B: hue angle of 13.43º 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 #D1694B is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 105 | 75 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.18 |
| HSL | 13.43º | 0.59% | 0.56% | - |
| HSV(B) | 13.43º | 0.64% | 0.82% | - |
| XYZ | 32.62 | 24.17 | 9.6 | - |
| YUV | 132.68 | 95.46 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 105 | 75 | 0 | 0.50 | 0.64 | 0.18 | 13.43 | 0.59 | 0.56 |
| Hex | D1 | 69 | 4B | 0 | 32 | 40 | 12 | D | 3B | 38 |
| Octal | 321 | 151 | 113 | 0 | 62 | 100 | 22 | 15 | 73 | 70 |
| Binary | 11010001 | 1101001 | 1001011 | 0 | 110010 | 1000000 | 10010 | 1101 | 111011 | 111000 |
Color Harmonies of #D1694B
Complementary color
Monochromatic Colors of #D1694B
Black with #D1694B
Text Example
Text Example
White with #D1694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1694B; }
p { color: rgb(209,105,75); }
H1.HeaderClassName
{
color: #D1694B;
}
.AnyTagClassName
{
color: #D1694B;
}
</style>
background-color css
<style>
a { background-color: #D1694B; }
a { background-color: rgb(209,105,75); }
div.DivClassName
{
background-color: #D1694B;
}
.BgClassName
{
background-color: #D1694B;
}
</style>
border-color css
<style>
span { border-color: #D1694B; }
span { border-color: rgb(209,105,75); }
td.TdClassName
{
border-color: #D1694B;
}
.TagClassName
{
border-color: #D1694B;
}
</style>