Shades of Red Damask #D3694F
Tints of Red Damask #D3694F
RGB
CMYK
RGB Variations
Color information
#D3694F (or 0xD3694F) is known color: Red Damask. HEX triplet: D3, 69 and 4F. RGB value is (211,105,79). Sum of RGB (Red+Green+Blue) = 211+105+79=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D3694F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3694F is #2C96B0. Grayscale: #858585. Windows color (decimal): -2922161 or 5204435. OLE color: 5204435.
HSL color Cylindrical-coordinate representation of color #D3694F: hue angle of 11.82º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D3694F is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 79 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.17 |
| HSL | 11.82º | 0.6% | 0.57% | - |
| HSV(B) | 11.82º | 0.63% | 0.83% | - |
| XYZ | 33.33 | 24.52 | 10.37 | - |
| YUV | 133.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 79 | 0 | 0.50 | 0.63 | 0.17 | 11.82 | 0.6 | 0.57 |
| Hex | D3 | 69 | 4F | 0 | 32 | 3F | 11 | C | 3C | 39 |
| Octal | 323 | 151 | 117 | 0 | 62 | 77 | 21 | 14 | 74 | 71 |
| Binary | 11010011 | 1101001 | 1001111 | 0 | 110010 | 111111 | 10001 | 1100 | 111100 | 111001 |
Color Harmonies of #D3694F
Complementary color
Monochromatic Colors of #D3694F
Black with #D3694F
Text Example
Text Example
White with #D3694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3694F; }
p { color: rgb(211,105,79); }
H1.HeaderClassName
{
color: #D3694F;
}
.AnyTagClassName
{
color: #D3694F;
}
</style>
background-color css
<style>
a { background-color: #D3694F; }
a { background-color: rgb(211,105,79); }
div.DivClassName
{
background-color: #D3694F;
}
.BgClassName
{
background-color: #D3694F;
}
</style>
border-color css
<style>
span { border-color: #D3694F; }
span { border-color: rgb(211,105,79); }
td.TdClassName
{
border-color: #D3694F;
}
.TagClassName
{
border-color: #D3694F;
}
</style>