Shades of Red Damask #D37349
Tints of Red Damask #D37349
RGB
CMYK
RGB Variations
Color information
#D37349 (or 0xD37349) is known color: Red Damask. HEX triplet: D3, 73 and 49. RGB value is (211,115,73). Sum of RGB (Red+Green+Blue) = 211+115+73=399 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.88% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 211 - color contains mainly: red. Hex color #D37349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37349 is #2C8CB6. Grayscale: #8B8B8B. Windows color (decimal): -2919607 or 4813779. OLE color: 4813779.
HSL color Cylindrical-coordinate representation of color #D37349: hue angle of 18.26º 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 #D37349 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 115 | 73 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.17 |
| HSL | 18.26º | 0.61% | 0.56% | - |
| HSV(B) | 18.26º | 0.65% | 0.83% | - |
| XYZ | 34.2 | 26.59 | 9.63 | - |
| YUV | 138.92 | 90.8 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 115 | 73 | 0 | 0.45 | 0.65 | 0.17 | 18.26 | 0.61 | 0.56 |
| Hex | D3 | 73 | 49 | 0 | 2D | 41 | 11 | 12 | 3D | 38 |
| Octal | 323 | 163 | 111 | 0 | 55 | 101 | 21 | 22 | 75 | 70 |
| Binary | 11010011 | 1110011 | 1001001 | 0 | 101101 | 1000001 | 10001 | 10010 | 111101 | 111000 |
Color Harmonies of #D37349
Complementary color
Monochromatic Colors of #D37349
Black with #D37349
Text Example
Text Example
White with #D37349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37349; }
p { color: rgb(211,115,73); }
H1.HeaderClassName
{
color: #D37349;
}
.AnyTagClassName
{
color: #D37349;
}
</style>
background-color css
<style>
a { background-color: #D37349; }
a { background-color: rgb(211,115,73); }
div.DivClassName
{
background-color: #D37349;
}
.BgClassName
{
background-color: #D37349;
}
</style>
border-color css
<style>
span { border-color: #D37349; }
span { border-color: rgb(211,115,73); }
td.TdClassName
{
border-color: #D37349;
}
.TagClassName
{
border-color: #D37349;
}
</style>