Shades of Red Damask #D67349
Tints of Red Damask #D67349
RGB
CMYK
RGB Variations
Color information
#D67349 (or 0xD67349) is known color: Red Damask. HEX triplet: D6, 73 and 49. RGB value is (214,115,73). Sum of RGB (Red+Green+Blue) = 214+115+73=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D67349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67349 is #298CB6. Grayscale: #8C8C8C. Windows color (decimal): -2722999 or 4813782. OLE color: 4813782.
HSL color Cylindrical-coordinate representation of color #D67349: hue angle of 17.87º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D67349 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 115 | 73 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.16 |
| HSL | 17.87º | 0.63% | 0.56% | - |
| HSV(B) | 17.87º | 0.66% | 0.84% | - |
| XYZ | 35.06 | 27.04 | 9.67 | - |
| YUV | 139.81 | 90.3 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 73 | 0 | 0.46 | 0.66 | 0.16 | 17.87 | 0.63 | 0.56 |
| Hex | D6 | 73 | 49 | 0 | 2E | 42 | 10 | 12 | 3F | 38 |
| Octal | 326 | 163 | 111 | 0 | 56 | 102 | 20 | 22 | 77 | 70 |
| Binary | 11010110 | 1110011 | 1001001 | 0 | 101110 | 1000010 | 10000 | 10010 | 111111 | 111000 |
Color Harmonies of #D67349
Complementary color
Monochromatic Colors of #D67349
Black with #D67349
Text Example
Text Example
White with #D67349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67349; }
p { color: rgb(214,115,73); }
H1.HeaderClassName
{
color: #D67349;
}
.AnyTagClassName
{
color: #D67349;
}
</style>
background-color css
<style>
a { background-color: #D67349; }
a { background-color: rgb(214,115,73); }
div.DivClassName
{
background-color: #D67349;
}
.BgClassName
{
background-color: #D67349;
}
</style>
border-color css
<style>
span { border-color: #D67349; }
span { border-color: rgb(214,115,73); }
td.TdClassName
{
border-color: #D67349;
}
.TagClassName
{
border-color: #D67349;
}
</style>