Shades of Red Damask #D77148
Tints of Red Damask #D77148
RGB
CMYK
RGB Variations
Color information
#D77148 (or 0xD77148) is known color: Red Damask. HEX triplet: D7, 71 and 48. RGB value is (215,113,72). Sum of RGB (Red+Green+Blue) = 215+113+72=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D77148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77148 is #288EB7. Grayscale: #8B8B8B. Windows color (decimal): -2657976 or 4747735. OLE color: 4747735.
HSL color Cylindrical-coordinate representation of color #D77148: hue angle of 17.2º 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 #D77148 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 72 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.16 |
| HSL | 17.2º | 0.64% | 0.56% | - |
| HSV(B) | 17.2º | 0.67% | 0.84% | - |
| XYZ | 35.1 | 26.73 | 9.44 | - |
| YUV | 138.82 | 90.29 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 72 | 0 | 0.47 | 0.67 | 0.16 | 17.2 | 0.64 | 0.56 |
| Hex | D7 | 71 | 48 | 0 | 2F | 43 | 10 | 11 | 40 | 38 |
| Octal | 327 | 161 | 110 | 0 | 57 | 103 | 20 | 21 | 100 | 70 |
| Binary | 11010111 | 1110001 | 1001000 | 0 | 101111 | 1000011 | 10000 | 10001 | 1000000 | 111000 |
Color Harmonies of #D77148
Complementary color
Monochromatic Colors of #D77148
Black with #D77148
Text Example
Text Example
White with #D77148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77148; }
p { color: rgb(215,113,72); }
H1.HeaderClassName
{
color: #D77148;
}
.AnyTagClassName
{
color: #D77148;
}
</style>
background-color css
<style>
a { background-color: #D77148; }
a { background-color: rgb(215,113,72); }
div.DivClassName
{
background-color: #D77148;
}
.BgClassName
{
background-color: #D77148;
}
</style>
border-color css
<style>
span { border-color: #D77148; }
span { border-color: rgb(215,113,72); }
td.TdClassName
{
border-color: #D77148;
}
.TagClassName
{
border-color: #D77148;
}
</style>