Shades of Red Damask #D56C4B
Tints of Red Damask #D56C4B
RGB
CMYK
RGB Variations
Color information
#D56C4B (or 0xD56C4B) is known color: Red Damask. HEX triplet: D5, 6C and 4B. RGB value is (213,108,75). Sum of RGB (Red+Green+Blue) = 213+108+75=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56C4B is #2A93B4. Grayscale: #878787. Windows color (decimal): -2790325 or 4943061. OLE color: 4943061.
HSL color Cylindrical-coordinate representation of color #D56C4B: hue angle of 14.35º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D56C4B is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 75 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.16 |
| HSL | 14.35º | 0.62% | 0.56% | - |
| HSV(B) | 14.35º | 0.65% | 0.84% | - |
| XYZ | 34.07 | 25.38 | 9.76 | - |
| YUV | 135.63 | 93.79 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 75 | 0 | 0.49 | 0.65 | 0.16 | 14.35 | 0.62 | 0.56 |
| Hex | D5 | 6C | 4B | 0 | 31 | 41 | 10 | E | 3E | 38 |
| Octal | 325 | 154 | 113 | 0 | 61 | 101 | 20 | 16 | 76 | 70 |
| Binary | 11010101 | 1101100 | 1001011 | 0 | 110001 | 1000001 | 10000 | 1110 | 111110 | 111000 |
Color Harmonies of #D56C4B
Complementary color
Monochromatic Colors of #D56C4B
Black with #D56C4B
Text Example
Text Example
White with #D56C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56C4B; }
p { color: rgb(213,108,75); }
H1.HeaderClassName
{
color: #D56C4B;
}
.AnyTagClassName
{
color: #D56C4B;
}
</style>
background-color css
<style>
a { background-color: #D56C4B; }
a { background-color: rgb(213,108,75); }
div.DivClassName
{
background-color: #D56C4B;
}
.BgClassName
{
background-color: #D56C4B;
}
</style>
border-color css
<style>
span { border-color: #D56C4B; }
span { border-color: rgb(213,108,75); }
td.TdClassName
{
border-color: #D56C4B;
}
.TagClassName
{
border-color: #D56C4B;
}
</style>