Shades of Red Damask #D36749
Tints of Red Damask #D36749
RGB
CMYK
RGB Variations
Color information
#D36749 (or 0xD36749) is known color: Red Damask. HEX triplet: D3, 67 and 49. RGB value is (211,103,73). Sum of RGB (Red+Green+Blue) = 211+103+73=387 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.52% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 211 - color contains mainly: red. Hex color #D36749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36749 is #2C98B6. Grayscale: #848484. Windows color (decimal): -2922679 or 4810707. OLE color: 4810707.
HSL color Cylindrical-coordinate representation of color #D36749: hue angle of 13.04º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D36749 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 103 | 73 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.17 |
| HSL | 13.04º | 0.61% | 0.56% | - |
| HSV(B) | 13.04º | 0.65% | 0.83% | - |
| XYZ | 32.92 | 24.03 | 9.21 | - |
| YUV | 131.87 | 94.78 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 103 | 73 | 0 | 0.51 | 0.65 | 0.17 | 13.04 | 0.61 | 0.56 |
| Hex | D3 | 67 | 49 | 0 | 33 | 41 | 11 | D | 3D | 38 |
| Octal | 323 | 147 | 111 | 0 | 63 | 101 | 21 | 15 | 75 | 70 |
| Binary | 11010011 | 1100111 | 1001001 | 0 | 110011 | 1000001 | 10001 | 1101 | 111101 | 111000 |
Color Harmonies of #D36749
Complementary color
Monochromatic Colors of #D36749
Black with #D36749
Text Example
Text Example
White with #D36749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36749; }
p { color: rgb(211,103,73); }
H1.HeaderClassName
{
color: #D36749;
}
.AnyTagClassName
{
color: #D36749;
}
</style>
background-color css
<style>
a { background-color: #D36749; }
a { background-color: rgb(211,103,73); }
div.DivClassName
{
background-color: #D36749;
}
.BgClassName
{
background-color: #D36749;
}
</style>
border-color css
<style>
span { border-color: #D36749; }
span { border-color: rgb(211,103,73); }
td.TdClassName
{
border-color: #D36749;
}
.TagClassName
{
border-color: #D36749;
}
</style>