Shades of Red Damask #D47147
Tints of Red Damask #D47147
RGB
CMYK
RGB Variations
Color information
#D47147 (or 0xD47147) is known color: Red Damask. HEX triplet: D4, 71 and 47. RGB value is (212,113,71). Sum of RGB (Red+Green+Blue) = 212+113+71=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D47147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47147 is #2B8EB8. Grayscale: #8A8A8A. Windows color (decimal): -2854585 or 4682196. OLE color: 4682196.
HSL color Cylindrical-coordinate representation of color #D47147: hue angle of 17.87º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D47147 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 71 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.17 |
| HSL | 17.87º | 0.62% | 0.55% | - |
| HSV(B) | 17.87º | 0.67% | 0.83% | - |
| XYZ | 34.19 | 26.26 | 9.23 | - |
| YUV | 137.81 | 90.3 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 71 | 0 | 0.47 | 0.67 | 0.17 | 17.87 | 0.62 | 0.55 |
| Hex | D4 | 71 | 47 | 0 | 2F | 43 | 11 | 12 | 3E | 37 |
| Octal | 324 | 161 | 107 | 0 | 57 | 103 | 21 | 22 | 76 | 67 |
| Binary | 11010100 | 1110001 | 1000111 | 0 | 101111 | 1000011 | 10001 | 10010 | 111110 | 110111 |
Color Harmonies of #D47147
Complementary color
Monochromatic Colors of #D47147
Black with #D47147
Text Example
Text Example
White with #D47147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47147; }
p { color: rgb(212,113,71); }
H1.HeaderClassName
{
color: #D47147;
}
.AnyTagClassName
{
color: #D47147;
}
</style>
background-color css
<style>
a { background-color: #D47147; }
a { background-color: rgb(212,113,71); }
div.DivClassName
{
background-color: #D47147;
}
.BgClassName
{
background-color: #D47147;
}
</style>
border-color css
<style>
span { border-color: #D47147; }
span { border-color: rgb(212,113,71); }
td.TdClassName
{
border-color: #D47147;
}
.TagClassName
{
border-color: #D47147;
}
</style>