Shades of Red Damask #D2694F
Tints of Red Damask #D2694F
RGB
CMYK
RGB Variations
Color information
#D2694F (or 0xD2694F) is known color: Red Damask. HEX triplet: D2, 69 and 4F. RGB value is (210,105,79). Sum of RGB (Red+Green+Blue) = 210+105+79=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D2694F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2694F is #2D96B0. Grayscale: #858585. Windows color (decimal): -2987697 or 5204434. OLE color: 5204434.
HSL color Cylindrical-coordinate representation of color #D2694F: hue angle of 11.91º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2694F is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 79 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.18 |
| HSL | 11.91º | 0.59% | 0.57% | - |
| HSV(B) | 11.91º | 0.62% | 0.82% | - |
| XYZ | 33.04 | 24.37 | 10.36 | - |
| YUV | 133.43 | 97.29 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 79 | 0 | 0.50 | 0.62 | 0.18 | 11.91 | 0.59 | 0.57 |
| Hex | D2 | 69 | 4F | 0 | 32 | 3E | 12 | C | 3B | 39 |
| Octal | 322 | 151 | 117 | 0 | 62 | 76 | 22 | 14 | 73 | 71 |
| Binary | 11010010 | 1101001 | 1001111 | 0 | 110010 | 111110 | 10010 | 1100 | 111011 | 111001 |
Color Harmonies of #D2694F
Complementary color
Monochromatic Colors of #D2694F
Black with #D2694F
Text Example
Text Example
White with #D2694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2694F; }
p { color: rgb(210,105,79); }
H1.HeaderClassName
{
color: #D2694F;
}
.AnyTagClassName
{
color: #D2694F;
}
</style>
background-color css
<style>
a { background-color: #D2694F; }
a { background-color: rgb(210,105,79); }
div.DivClassName
{
background-color: #D2694F;
}
.BgClassName
{
background-color: #D2694F;
}
</style>
border-color css
<style>
span { border-color: #D2694F; }
span { border-color: rgb(210,105,79); }
td.TdClassName
{
border-color: #D2694F;
}
.TagClassName
{
border-color: #D2694F;
}
</style>