Shades of Red Damask #D67245
Tints of Red Damask #D67245
RGB
CMYK
RGB Variations
Color information
#D67245 (or 0xD67245) is known color: Red Damask. HEX triplet: D6, 72 and 45. RGB value is (214,114,69). Sum of RGB (Red+Green+Blue) = 214+114+69=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D67245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67245 is #298DBA. Grayscale: #8B8B8B. Windows color (decimal): -2723259 or 4551382. OLE color: 4551382.
HSL color Cylindrical-coordinate representation of color #D67245: hue angle of 18.62º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D67245 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 69 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.16 |
| HSL | 18.62º | 0.64% | 0.55% | - |
| HSV(B) | 18.62º | 0.68% | 0.84% | - |
| XYZ | 34.82 | 26.76 | 8.96 | - |
| YUV | 138.77 | 88.63 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 69 | 0 | 0.47 | 0.68 | 0.16 | 18.62 | 0.64 | 0.55 |
| Hex | D6 | 72 | 45 | 0 | 2F | 44 | 10 | 13 | 40 | 37 |
| Octal | 326 | 162 | 105 | 0 | 57 | 104 | 20 | 23 | 100 | 67 |
| Binary | 11010110 | 1110010 | 1000101 | 0 | 101111 | 1000100 | 10000 | 10011 | 1000000 | 110111 |
Color Harmonies of #D67245
Complementary color
Monochromatic Colors of #D67245
Black with #D67245
Text Example
Text Example
White with #D67245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67245; }
p { color: rgb(214,114,69); }
H1.HeaderClassName
{
color: #D67245;
}
.AnyTagClassName
{
color: #D67245;
}
</style>
background-color css
<style>
a { background-color: #D67245; }
a { background-color: rgb(214,114,69); }
div.DivClassName
{
background-color: #D67245;
}
.BgClassName
{
background-color: #D67245;
}
</style>
border-color css
<style>
span { border-color: #D67245; }
span { border-color: rgb(214,114,69); }
td.TdClassName
{
border-color: #D67245;
}
.TagClassName
{
border-color: #D67245;
}
</style>