Shades of Red Damask #D77246
Tints of Red Damask #D77246
RGB
CMYK
RGB Variations
Color information
#D77246 (or 0xD77246) is known color: Red Damask. HEX triplet: D7, 72 and 46. RGB value is (215,114,70). Sum of RGB (Red+Green+Blue) = 215+114+70=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D77246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77246 is #288DB9. Grayscale: #8B8B8B. Windows color (decimal): -2657722 or 4616919. OLE color: 4616919.
HSL color Cylindrical-coordinate representation of color #D77246: hue angle of 18.21º 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 #D77246 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 114 | 70 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.16 |
| HSL | 18.21º | 0.64% | 0.56% | - |
| HSV(B) | 18.21º | 0.67% | 0.84% | - |
| XYZ | 35.15 | 26.92 | 9.14 | - |
| YUV | 139.18 | 88.96 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 70 | 0 | 0.47 | 0.67 | 0.16 | 18.21 | 0.64 | 0.56 |
| Hex | D7 | 72 | 46 | 0 | 2F | 43 | 10 | 12 | 40 | 38 |
| Octal | 327 | 162 | 106 | 0 | 57 | 103 | 20 | 22 | 100 | 70 |
| Binary | 11010111 | 1110010 | 1000110 | 0 | 101111 | 1000011 | 10000 | 10010 | 1000000 | 111000 |
Color Harmonies of #D77246
Complementary color
Monochromatic Colors of #D77246
Black with #D77246
Text Example
Text Example
White with #D77246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77246; }
p { color: rgb(215,114,70); }
H1.HeaderClassName
{
color: #D77246;
}
.AnyTagClassName
{
color: #D77246;
}
</style>
background-color css
<style>
a { background-color: #D77246; }
a { background-color: rgb(215,114,70); }
div.DivClassName
{
background-color: #D77246;
}
.BgClassName
{
background-color: #D77246;
}
</style>
border-color css
<style>
span { border-color: #D77246; }
span { border-color: rgb(215,114,70); }
td.TdClassName
{
border-color: #D77246;
}
.TagClassName
{
border-color: #D77246;
}
</style>