Shades of Red Damask #D47148
Tints of Red Damask #D47148
RGB
CMYK
RGB Variations
Color information
#D47148 (or 0xD47148) is known color: Red Damask. HEX triplet: D4, 71 and 48. RGB value is (212,113,72). Sum of RGB (Red+Green+Blue) = 212+113+72=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D47148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47148 is #2B8EB7. Grayscale: #8A8A8A. Windows color (decimal): -2854584 or 4747732. OLE color: 4747732.
HSL color Cylindrical-coordinate representation of color #D47148: hue angle of 17.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D47148 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 72 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.17 |
| HSL | 17.57º | 0.62% | 0.56% | - |
| HSV(B) | 17.57º | 0.66% | 0.83% | - |
| XYZ | 34.23 | 26.28 | 9.4 | - |
| YUV | 137.93 | 90.8 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 72 | 0 | 0.47 | 0.66 | 0.17 | 17.57 | 0.62 | 0.56 |
| Hex | D4 | 71 | 48 | 0 | 2F | 42 | 11 | 12 | 3E | 38 |
| Octal | 324 | 161 | 110 | 0 | 57 | 102 | 21 | 22 | 76 | 70 |
| Binary | 11010100 | 1110001 | 1001000 | 0 | 101111 | 1000010 | 10001 | 10010 | 111110 | 111000 |
Color Harmonies of #D47148
Complementary color
Monochromatic Colors of #D47148
Black with #D47148
Text Example
Text Example
White with #D47148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47148; }
p { color: rgb(212,113,72); }
H1.HeaderClassName
{
color: #D47148;
}
.AnyTagClassName
{
color: #D47148;
}
</style>
background-color css
<style>
a { background-color: #D47148; }
a { background-color: rgb(212,113,72); }
div.DivClassName
{
background-color: #D47148;
}
.BgClassName
{
background-color: #D47148;
}
</style>
border-color css
<style>
span { border-color: #D47148; }
span { border-color: rgb(212,113,72); }
td.TdClassName
{
border-color: #D47148;
}
.TagClassName
{
border-color: #D47148;
}
</style>