Shades of Red Damask #D57246
Tints of Red Damask #D57246
RGB
CMYK
RGB Variations
Color information
#D57246 (or 0xD57246) is known color: Red Damask. HEX triplet: D5, 72 and 46. RGB value is (213,114,70). Sum of RGB (Red+Green+Blue) = 213+114+70=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D57246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57246 is #2A8DB9. Grayscale: #8A8A8A. Windows color (decimal): -2788794 or 4616917. OLE color: 4616917.
HSL color Cylindrical-coordinate representation of color #D57246: hue angle of 18.46º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D57246 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 114 | 70 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.16 |
| HSL | 18.46º | 0.63% | 0.55% | - |
| HSV(B) | 18.46º | 0.67% | 0.84% | - |
| XYZ | 34.56 | 26.62 | 9.11 | - |
| YUV | 138.59 | 89.3 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 114 | 70 | 0 | 0.46 | 0.67 | 0.16 | 18.46 | 0.63 | 0.55 |
| Hex | D5 | 72 | 46 | 0 | 2E | 43 | 10 | 12 | 3F | 37 |
| Octal | 325 | 162 | 106 | 0 | 56 | 103 | 20 | 22 | 77 | 67 |
| Binary | 11010101 | 1110010 | 1000110 | 0 | 101110 | 1000011 | 10000 | 10010 | 111111 | 110111 |
Color Harmonies of #D57246
Complementary color
Monochromatic Colors of #D57246
Black with #D57246
Text Example
Text Example
White with #D57246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57246; }
p { color: rgb(213,114,70); }
H1.HeaderClassName
{
color: #D57246;
}
.AnyTagClassName
{
color: #D57246;
}
</style>
background-color css
<style>
a { background-color: #D57246; }
a { background-color: rgb(213,114,70); }
div.DivClassName
{
background-color: #D57246;
}
.BgClassName
{
background-color: #D57246;
}
</style>
border-color css
<style>
span { border-color: #D57246; }
span { border-color: rgb(213,114,70); }
td.TdClassName
{
border-color: #D57246;
}
.TagClassName
{
border-color: #D57246;
}
</style>