Shades of Red Damask #D56F4C
Tints of Red Damask #D56F4C
RGB
CMYK
RGB Variations
Color information
#D56F4C (or 0xD56F4C) is known color: Red Damask. HEX triplet: D5, 6F and 4C. RGB value is (213,111,76). Sum of RGB (Red+Green+Blue) = 213+111+76=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56F4C is #2A90B3. Grayscale: #898989. Windows color (decimal): -2789556 or 5009365. OLE color: 5009365.
HSL color Cylindrical-coordinate representation of color #D56F4C: hue angle of 15.33º 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 #D56F4C is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 76 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.16 |
| HSL | 15.33º | 0.62% | 0.57% | - |
| HSV(B) | 15.33º | 0.64% | 0.84% | - |
| XYZ | 34.43 | 26.04 | 10.05 | - |
| YUV | 137.51 | 93.29 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 76 | 0 | 0.48 | 0.64 | 0.16 | 15.33 | 0.62 | 0.57 |
| Hex | D5 | 6F | 4C | 0 | 30 | 40 | 10 | F | 3E | 39 |
| Octal | 325 | 157 | 114 | 0 | 60 | 100 | 20 | 17 | 76 | 71 |
| Binary | 11010101 | 1101111 | 1001100 | 0 | 110000 | 1000000 | 10000 | 1111 | 111110 | 111001 |
Color Harmonies of #D56F4C
Complementary color
Monochromatic Colors of #D56F4C
Black with #D56F4C
Text Example
Text Example
White with #D56F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56F4C; }
p { color: rgb(213,111,76); }
H1.HeaderClassName
{
color: #D56F4C;
}
.AnyTagClassName
{
color: #D56F4C;
}
</style>
background-color css
<style>
a { background-color: #D56F4C; }
a { background-color: rgb(213,111,76); }
div.DivClassName
{
background-color: #D56F4C;
}
.BgClassName
{
background-color: #D56F4C;
}
</style>
border-color css
<style>
span { border-color: #D56F4C; }
span { border-color: rgb(213,111,76); }
td.TdClassName
{
border-color: #D56F4C;
}
.TagClassName
{
border-color: #D56F4C;
}
</style>