Shades of Red Damask #D47346
Tints of Red Damask #D47346
RGB
CMYK
RGB Variations
Color information
#D47346 (or 0xD47346) is known color: Red Damask. HEX triplet: D4, 73 and 46. RGB value is (212,115,70). Sum of RGB (Red+Green+Blue) = 212+115+70=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D47346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47346 is #2B8CB9. Grayscale: #8B8B8B. Windows color (decimal): -2854074 or 4617172. OLE color: 4617172.
HSL color Cylindrical-coordinate representation of color #D47346: hue angle of 19.01º 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 #D47346 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 115 | 70 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.17 |
| HSL | 19.01º | 0.62% | 0.55% | - |
| HSV(B) | 19.01º | 0.67% | 0.83% | - |
| XYZ | 34.39 | 26.7 | 9.14 | - |
| YUV | 138.87 | 89.14 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 115 | 70 | 0 | 0.46 | 0.67 | 0.17 | 19.01 | 0.62 | 0.55 |
| Hex | D4 | 73 | 46 | 0 | 2E | 43 | 11 | 13 | 3E | 37 |
| Octal | 324 | 163 | 106 | 0 | 56 | 103 | 21 | 23 | 76 | 67 |
| Binary | 11010100 | 1110011 | 1000110 | 0 | 101110 | 1000011 | 10001 | 10011 | 111110 | 110111 |
Color Harmonies of #D47346
Complementary color
Monochromatic Colors of #D47346
Black with #D47346
Text Example
Text Example
White with #D47346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47346; }
p { color: rgb(212,115,70); }
H1.HeaderClassName
{
color: #D47346;
}
.AnyTagClassName
{
color: #D47346;
}
</style>
background-color css
<style>
a { background-color: #D47346; }
a { background-color: rgb(212,115,70); }
div.DivClassName
{
background-color: #D47346;
}
.BgClassName
{
background-color: #D47346;
}
</style>
border-color css
<style>
span { border-color: #D47346; }
span { border-color: rgb(212,115,70); }
td.TdClassName
{
border-color: #D47346;
}
.TagClassName
{
border-color: #D47346;
}
</style>