Shades of Red Damask #D8744F
Tints of Red Damask #D8744F
RGB
CMYK
RGB Variations
Color information
#D8744F (or 0xD8744F) is known color: Red Damask. HEX triplet: D8, 74 and 4F. RGB value is (216,116,79). Sum of RGB (Red+Green+Blue) = 216+116+79=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 79 (31.25% from 255 or 19.22% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8744F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8744F is #278BB0. Grayscale: #8D8D8D. Windows color (decimal): -2591665 or 5207256. OLE color: 5207256.
HSL color Cylindrical-coordinate representation of color #D8744F: hue angle of 16.2º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D8744F is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 116 | 79 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.15 |
| HSL | 16.2º | 0.64% | 0.58% | - |
| HSV(B) | 16.2º | 0.63% | 0.85% | - |
| XYZ | 35.98 | 27.65 | 10.84 | - |
| YUV | 141.68 | 92.63 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 116 | 79 | 0 | 0.46 | 0.63 | 0.15 | 16.2 | 0.64 | 0.58 |
| Hex | D8 | 74 | 4F | 0 | 2E | 3F | F | 10 | 40 | 3A |
| Octal | 330 | 164 | 117 | 0 | 56 | 77 | 17 | 20 | 100 | 72 |
| Binary | 11011000 | 1110100 | 1001111 | 0 | 101110 | 111111 | 1111 | 10000 | 1000000 | 111010 |
Color Harmonies of #D8744F
Complementary color
Monochromatic Colors of #D8744F
Black with #D8744F
Text Example
Text Example
White with #D8744F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8744F; }
p { color: rgb(216,116,79); }
H1.HeaderClassName
{
color: #D8744F;
}
.AnyTagClassName
{
color: #D8744F;
}
</style>
background-color css
<style>
a { background-color: #D8744F; }
a { background-color: rgb(216,116,79); }
div.DivClassName
{
background-color: #D8744F;
}
.BgClassName
{
background-color: #D8744F;
}
</style>
border-color css
<style>
span { border-color: #D8744F; }
span { border-color: rgb(216,116,79); }
td.TdClassName
{
border-color: #D8744F;
}
.TagClassName
{
border-color: #D8744F;
}
</style>