Shades of Red Damask #D5694C
Tints of Red Damask #D5694C
RGB
CMYK
RGB Variations
Color information
#D5694C (or 0xD5694C) is known color: Red Damask. HEX triplet: D5, 69 and 4C. RGB value is (213,105,76). Sum of RGB (Red+Green+Blue) = 213+105+76=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D5694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5694C is #2A96B3. Grayscale: #868686. Windows color (decimal): -2791092 or 5007829. OLE color: 5007829.
HSL color Cylindrical-coordinate representation of color #D5694C: hue angle of 12.7º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5694C is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 76 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.16 |
| HSL | 12.7º | 0.62% | 0.57% | - |
| HSV(B) | 12.7º | 0.64% | 0.84% | - |
| XYZ | 33.8 | 24.77 | 9.84 | - |
| YUV | 133.99 | 95.28 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 76 | 0 | 0.51 | 0.64 | 0.16 | 12.7 | 0.62 | 0.57 |
| Hex | D5 | 69 | 4C | 0 | 33 | 40 | 10 | D | 3E | 39 |
| Octal | 325 | 151 | 114 | 0 | 63 | 100 | 20 | 15 | 76 | 71 |
| Binary | 11010101 | 1101001 | 1001100 | 0 | 110011 | 1000000 | 10000 | 1101 | 111110 | 111001 |
Color Harmonies of #D5694C
Complementary color
Monochromatic Colors of #D5694C
Black with #D5694C
Text Example
Text Example
White with #D5694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5694C; }
p { color: rgb(213,105,76); }
H1.HeaderClassName
{
color: #D5694C;
}
.AnyTagClassName
{
color: #D5694C;
}
</style>
background-color css
<style>
a { background-color: #D5694C; }
a { background-color: rgb(213,105,76); }
div.DivClassName
{
background-color: #D5694C;
}
.BgClassName
{
background-color: #D5694C;
}
</style>
border-color css
<style>
span { border-color: #D5694C; }
span { border-color: rgb(213,105,76); }
td.TdClassName
{
border-color: #D5694C;
}
.TagClassName
{
border-color: #D5694C;
}
</style>