Shades of Red Damask #D2694E
Tints of Red Damask #D2694E
RGB
CMYK
RGB Variations
Color information
#D2694E (or 0xD2694E) is known color: Red Damask. HEX triplet: D2, 69 and 4E. RGB value is (210,105,78). Sum of RGB (Red+Green+Blue) = 210+105+78=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D2694E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2694E is #2D96B1. Grayscale: #858585. Windows color (decimal): -2987698 or 5138898. OLE color: 5138898.
HSL color Cylindrical-coordinate representation of color #D2694E: hue angle of 12.27º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2694E is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 78 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.18 |
| HSL | 12.27º | 0.59% | 0.56% | - |
| HSV(B) | 12.27º | 0.63% | 0.82% | - |
| XYZ | 33.01 | 24.35 | 10.17 | - |
| YUV | 133.32 | 96.79 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 78 | 0 | 0.50 | 0.63 | 0.18 | 12.27 | 0.59 | 0.56 |
| Hex | D2 | 69 | 4E | 0 | 32 | 3F | 12 | C | 3B | 38 |
| Octal | 322 | 151 | 116 | 0 | 62 | 77 | 22 | 14 | 73 | 70 |
| Binary | 11010010 | 1101001 | 1001110 | 0 | 110010 | 111111 | 10010 | 1100 | 111011 | 111000 |
Color Harmonies of #D2694E
Complementary color
Monochromatic Colors of #D2694E
Black with #D2694E
Text Example
Text Example
White with #D2694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2694E; }
p { color: rgb(210,105,78); }
H1.HeaderClassName
{
color: #D2694E;
}
.AnyTagClassName
{
color: #D2694E;
}
</style>
background-color css
<style>
a { background-color: #D2694E; }
a { background-color: rgb(210,105,78); }
div.DivClassName
{
background-color: #D2694E;
}
.BgClassName
{
background-color: #D2694E;
}
</style>
border-color css
<style>
span { border-color: #D2694E; }
span { border-color: rgb(210,105,78); }
td.TdClassName
{
border-color: #D2694E;
}
.TagClassName
{
border-color: #D2694E;
}
</style>