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