Shades of Red Damask #D77149
Tints of Red Damask #D77149
RGB
CMYK
RGB Variations
Color information
#D77149 (or 0xD77149) is known color: Red Damask. HEX triplet: D7, 71 and 49. RGB value is (215,113,73). Sum of RGB (Red+Green+Blue) = 215+113+73=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D77149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77149 is #288EB6. Grayscale: #8B8B8B. Windows color (decimal): -2657975 or 4813271. OLE color: 4813271.
HSL color Cylindrical-coordinate representation of color #D77149: hue angle of 16.9º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D77149 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 73 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.16 |
| HSL | 16.9º | 0.64% | 0.56% | - |
| HSV(B) | 16.9º | 0.66% | 0.84% | - |
| XYZ | 35.13 | 26.74 | 9.61 | - |
| YUV | 138.94 | 90.79 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 73 | 0 | 0.47 | 0.66 | 0.16 | 16.9 | 0.64 | 0.56 |
| Hex | D7 | 71 | 49 | 0 | 2F | 42 | 10 | 11 | 40 | 38 |
| Octal | 327 | 161 | 111 | 0 | 57 | 102 | 20 | 21 | 100 | 70 |
| Binary | 11010111 | 1110001 | 1001001 | 0 | 101111 | 1000010 | 10000 | 10001 | 1000000 | 111000 |
Color Harmonies of #D77149
Complementary color
Monochromatic Colors of #D77149
Black with #D77149
Text Example
Text Example
White with #D77149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77149; }
p { color: rgb(215,113,73); }
H1.HeaderClassName
{
color: #D77149;
}
.AnyTagClassName
{
color: #D77149;
}
</style>
background-color css
<style>
a { background-color: #D77149; }
a { background-color: rgb(215,113,73); }
div.DivClassName
{
background-color: #D77149;
}
.BgClassName
{
background-color: #D77149;
}
</style>
border-color css
<style>
span { border-color: #D77149; }
span { border-color: rgb(215,113,73); }
td.TdClassName
{
border-color: #D77149;
}
.TagClassName
{
border-color: #D77149;
}
</style>