Shades of Red Damask #D56948
Tints of Red Damask #D56948
RGB
CMYK
RGB Variations
Color information
#D56948 (or 0xD56948) is known color: Red Damask. HEX triplet: D5, 69 and 48. RGB value is (213,105,72). Sum of RGB (Red+Green+Blue) = 213+105+72=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D56948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56948 is #2A96B7. Grayscale: #858585. Windows color (decimal): -2791096 or 4745685. OLE color: 4745685.
HSL color Cylindrical-coordinate representation of color #D56948: hue angle of 14.04º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D56948 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 72 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.16 |
| HSL | 14.04º | 0.63% | 0.56% | - |
| HSV(B) | 14.04º | 0.66% | 0.84% | - |
| XYZ | 33.66 | 24.72 | 9.13 | - |
| YUV | 133.53 | 93.28 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 72 | 0 | 0.51 | 0.66 | 0.16 | 14.04 | 0.63 | 0.56 |
| Hex | D5 | 69 | 48 | 0 | 33 | 42 | 10 | E | 3F | 38 |
| Octal | 325 | 151 | 110 | 0 | 63 | 102 | 20 | 16 | 77 | 70 |
| Binary | 11010101 | 1101001 | 1001000 | 0 | 110011 | 1000010 | 10000 | 1110 | 111111 | 111000 |
Color Harmonies of #D56948
Complementary color
Monochromatic Colors of #D56948
Black with #D56948
Text Example
Text Example
White with #D56948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56948; }
p { color: rgb(213,105,72); }
H1.HeaderClassName
{
color: #D56948;
}
.AnyTagClassName
{
color: #D56948;
}
</style>
background-color css
<style>
a { background-color: #D56948; }
a { background-color: rgb(213,105,72); }
div.DivClassName
{
background-color: #D56948;
}
.BgClassName
{
background-color: #D56948;
}
</style>
border-color css
<style>
span { border-color: #D56948; }
span { border-color: rgb(213,105,72); }
td.TdClassName
{
border-color: #D56948;
}
.TagClassName
{
border-color: #D56948;
}
</style>