Shades of Red Damask #D56C45
Tints of Red Damask #D56C45
RGB
CMYK
RGB Variations
Color information
#D56C45 (or 0xD56C45) is known color: Red Damask. HEX triplet: D5, 6C and 45. RGB value is (213,108,69). Sum of RGB (Red+Green+Blue) = 213+108+69=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56C45 is #2A93BA. Grayscale: #878787. Windows color (decimal): -2790331 or 4549845. OLE color: 4549845.
HSL color Cylindrical-coordinate representation of color #D56C45: hue angle of 16.25º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D56C45 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 69 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.16 |
| HSL | 16.25º | 0.63% | 0.55% | - |
| HSV(B) | 16.25º | 0.68% | 0.84% | - |
| XYZ | 33.88 | 25.3 | 8.73 | - |
| YUV | 134.95 | 90.79 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 69 | 0 | 0.49 | 0.68 | 0.16 | 16.25 | 0.63 | 0.55 |
| Hex | D5 | 6C | 45 | 0 | 31 | 44 | 10 | 10 | 3F | 37 |
| Octal | 325 | 154 | 105 | 0 | 61 | 104 | 20 | 20 | 77 | 67 |
| Binary | 11010101 | 1101100 | 1000101 | 0 | 110001 | 1000100 | 10000 | 10000 | 111111 | 110111 |
Color Harmonies of #D56C45
Complementary color
Monochromatic Colors of #D56C45
Black with #D56C45
Text Example
Text Example
White with #D56C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56C45; }
p { color: rgb(213,108,69); }
H1.HeaderClassName
{
color: #D56C45;
}
.AnyTagClassName
{
color: #D56C45;
}
</style>
background-color css
<style>
a { background-color: #D56C45; }
a { background-color: rgb(213,108,69); }
div.DivClassName
{
background-color: #D56C45;
}
.BgClassName
{
background-color: #D56C45;
}
</style>
border-color css
<style>
span { border-color: #D56C45; }
span { border-color: rgb(213,108,69); }
td.TdClassName
{
border-color: #D56C45;
}
.TagClassName
{
border-color: #D56C45;
}
</style>