Shades of Red Damask #D57346
Tints of Red Damask #D57346
RGB
CMYK
RGB Variations
Color information
#D57346 (or 0xD57346) is known color: Red Damask. HEX triplet: D5, 73 and 46. RGB value is (213,115,70). Sum of RGB (Red+Green+Blue) = 213+115+70=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D57346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57346 is #2A8CB9. Grayscale: #8B8B8B. Windows color (decimal): -2788538 or 4617173. OLE color: 4617173.
HSL color Cylindrical-coordinate representation of color #D57346: hue angle of 18.88º 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 #D57346 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 115 | 70 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.16 |
| HSL | 18.88º | 0.63% | 0.55% | - |
| HSV(B) | 18.88º | 0.67% | 0.84% | - |
| XYZ | 34.68 | 26.85 | 9.15 | - |
| YUV | 139.17 | 88.97 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 115 | 70 | 0 | 0.46 | 0.67 | 0.16 | 18.88 | 0.63 | 0.55 |
| Hex | D5 | 73 | 46 | 0 | 2E | 43 | 10 | 13 | 3F | 37 |
| Octal | 325 | 163 | 106 | 0 | 56 | 103 | 20 | 23 | 77 | 67 |
| Binary | 11010101 | 1110011 | 1000110 | 0 | 101110 | 1000011 | 10000 | 10011 | 111111 | 110111 |
Color Harmonies of #D57346
Complementary color
Monochromatic Colors of #D57346
Black with #D57346
Text Example
Text Example
White with #D57346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57346; }
p { color: rgb(213,115,70); }
H1.HeaderClassName
{
color: #D57346;
}
.AnyTagClassName
{
color: #D57346;
}
</style>
background-color css
<style>
a { background-color: #D57346; }
a { background-color: rgb(213,115,70); }
div.DivClassName
{
background-color: #D57346;
}
.BgClassName
{
background-color: #D57346;
}
</style>
border-color css
<style>
span { border-color: #D57346; }
span { border-color: rgb(213,115,70); }
td.TdClassName
{
border-color: #D57346;
}
.TagClassName
{
border-color: #D57346;
}
</style>