Shades of Red Damask #D67147
Tints of Red Damask #D67147
RGB
CMYK
RGB Variations
Color information
#D67147 (or 0xD67147) is known color: Red Damask. HEX triplet: D6, 71 and 47. RGB value is (214,113,71). Sum of RGB (Red+Green+Blue) = 214+113+71=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D67147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67147 is #298EB8. Grayscale: #8A8A8A. Windows color (decimal): -2723513 or 4682198. OLE color: 4682198.
HSL color Cylindrical-coordinate representation of color #D67147: hue angle of 17.62º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D67147 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 113 | 71 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.16 |
| HSL | 17.62º | 0.64% | 0.56% | - |
| HSV(B) | 17.62º | 0.67% | 0.84% | - |
| XYZ | 34.77 | 26.56 | 9.26 | - |
| YUV | 138.41 | 89.96 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 113 | 71 | 0 | 0.47 | 0.67 | 0.16 | 17.62 | 0.64 | 0.56 |
| Hex | D6 | 71 | 47 | 0 | 2F | 43 | 10 | 12 | 40 | 38 |
| Octal | 326 | 161 | 107 | 0 | 57 | 103 | 20 | 22 | 100 | 70 |
| Binary | 11010110 | 1110001 | 1000111 | 0 | 101111 | 1000011 | 10000 | 10010 | 1000000 | 111000 |
Color Harmonies of #D67147
Complementary color
Monochromatic Colors of #D67147
Black with #D67147
Text Example
Text Example
White with #D67147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67147; }
p { color: rgb(214,113,71); }
H1.HeaderClassName
{
color: #D67147;
}
.AnyTagClassName
{
color: #D67147;
}
</style>
background-color css
<style>
a { background-color: #D67147; }
a { background-color: rgb(214,113,71); }
div.DivClassName
{
background-color: #D67147;
}
.BgClassName
{
background-color: #D67147;
}
</style>
border-color css
<style>
span { border-color: #D67147; }
span { border-color: rgb(214,113,71); }
td.TdClassName
{
border-color: #D67147;
}
.TagClassName
{
border-color: #D67147;
}
</style>