Shades of Red Damask #D56F46
Tints of Red Damask #D56F46
RGB
CMYK
RGB Variations
Color information
#D56F46 (or 0xD56F46) is known color: Red Damask. HEX triplet: D5, 6F and 46. RGB value is (213,111,70). Sum of RGB (Red+Green+Blue) = 213+111+70=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56F46 is #2A90B9. Grayscale: #898989. Windows color (decimal): -2789562 or 4616149. OLE color: 4616149.
HSL color Cylindrical-coordinate representation of color #D56F46: hue angle of 17.2º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D56F46 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 70 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.16 |
| HSL | 17.2º | 0.63% | 0.55% | - |
| HSV(B) | 17.2º | 0.67% | 0.84% | - |
| XYZ | 34.23 | 25.96 | 9 | - |
| YUV | 136.82 | 90.29 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 70 | 0 | 0.48 | 0.67 | 0.16 | 17.2 | 0.63 | 0.55 |
| Hex | D5 | 6F | 46 | 0 | 30 | 43 | 10 | 11 | 3F | 37 |
| Octal | 325 | 157 | 106 | 0 | 60 | 103 | 20 | 21 | 77 | 67 |
| Binary | 11010101 | 1101111 | 1000110 | 0 | 110000 | 1000011 | 10000 | 10001 | 111111 | 110111 |
Color Harmonies of #D56F46
Complementary color
Monochromatic Colors of #D56F46
Black with #D56F46
Text Example
Text Example
White with #D56F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56F46; }
p { color: rgb(213,111,70); }
H1.HeaderClassName
{
color: #D56F46;
}
.AnyTagClassName
{
color: #D56F46;
}
</style>
background-color css
<style>
a { background-color: #D56F46; }
a { background-color: rgb(213,111,70); }
div.DivClassName
{
background-color: #D56F46;
}
.BgClassName
{
background-color: #D56F46;
}
</style>
border-color css
<style>
span { border-color: #D56F46; }
span { border-color: rgb(213,111,70); }
td.TdClassName
{
border-color: #D56F46;
}
.TagClassName
{
border-color: #D56F46;
}
</style>