Shades of Red Damask #D07344
Tints of Red Damask #D07344
RGB
CMYK
RGB Variations
Color information
#D07344 (or 0xD07344) is known color: Red Damask. HEX triplet: D0, 73 and 44. RGB value is (208,115,68). Sum of RGB (Red+Green+Blue) = 208+115+68=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D07344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07344 is #2F8CBB. Grayscale: #898989. Windows color (decimal): -3116220 or 4486096. OLE color: 4486096.
HSL color Cylindrical-coordinate representation of color #D07344: hue angle of 20.14º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D07344 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 68 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.18 |
| HSL | 20.14º | 0.6% | 0.54% | - |
| HSV(B) | 20.14º | 0.67% | 0.82% | - |
| XYZ | 33.19 | 26.09 | 8.76 | - |
| YUV | 137.45 | 88.81 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 68 | 0 | 0.45 | 0.67 | 0.18 | 20.14 | 0.6 | 0.54 |
| Hex | D0 | 73 | 44 | 0 | 2D | 43 | 12 | 14 | 3C | 36 |
| Octal | 320 | 163 | 104 | 0 | 55 | 103 | 22 | 24 | 74 | 66 |
| Binary | 11010000 | 1110011 | 1000100 | 0 | 101101 | 1000011 | 10010 | 10100 | 111100 | 110110 |
Color Harmonies of #D07344
Complementary color
Monochromatic Colors of #D07344
Black with #D07344
Text Example
Text Example
White with #D07344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07344; }
p { color: rgb(208,115,68); }
H1.HeaderClassName
{
color: #D07344;
}
.AnyTagClassName
{
color: #D07344;
}
</style>
background-color css
<style>
a { background-color: #D07344; }
a { background-color: rgb(208,115,68); }
div.DivClassName
{
background-color: #D07344;
}
.BgClassName
{
background-color: #D07344;
}
</style>
border-color css
<style>
span { border-color: #D07344; }
span { border-color: rgb(208,115,68); }
td.TdClassName
{
border-color: #D07344;
}
.TagClassName
{
border-color: #D07344;
}
</style>