Shades of Red Damask #D47145
Tints of Red Damask #D47145
RGB
CMYK
RGB Variations
Color information
#D47145 (or 0xD47145) is known color: Red Damask. HEX triplet: D4, 71 and 45. RGB value is (212,113,69). Sum of RGB (Red+Green+Blue) = 212+113+69=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D47145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47145 is #2B8EBA. Grayscale: #898989. Windows color (decimal): -2854587 or 4551124. OLE color: 4551124.
HSL color Cylindrical-coordinate representation of color #D47145: hue angle of 18.46º 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 #D47145 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 69 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.17 |
| HSL | 18.46º | 0.62% | 0.55% | - |
| HSV(B) | 18.46º | 0.67% | 0.83% | - |
| XYZ | 34.13 | 26.24 | 8.9 | - |
| YUV | 137.59 | 89.3 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 69 | 0 | 0.47 | 0.67 | 0.17 | 18.46 | 0.62 | 0.55 |
| Hex | D4 | 71 | 45 | 0 | 2F | 43 | 11 | 12 | 3E | 37 |
| Octal | 324 | 161 | 105 | 0 | 57 | 103 | 21 | 22 | 76 | 67 |
| Binary | 11010100 | 1110001 | 1000101 | 0 | 101111 | 1000011 | 10001 | 10010 | 111110 | 110111 |
Color Harmonies of #D47145
Complementary color
Monochromatic Colors of #D47145
Black with #D47145
Text Example
Text Example
White with #D47145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47145; }
p { color: rgb(212,113,69); }
H1.HeaderClassName
{
color: #D47145;
}
.AnyTagClassName
{
color: #D47145;
}
</style>
background-color css
<style>
a { background-color: #D47145; }
a { background-color: rgb(212,113,69); }
div.DivClassName
{
background-color: #D47145;
}
.BgClassName
{
background-color: #D47145;
}
</style>
border-color css
<style>
span { border-color: #D47145; }
span { border-color: rgb(212,113,69); }
td.TdClassName
{
border-color: #D47145;
}
.TagClassName
{
border-color: #D47145;
}
</style>