Shades of Red Damask #D4744D
Tints of Red Damask #D4744D
RGB
CMYK
RGB Variations
Color information
#D4744D (or 0xD4744D) is known color: Red Damask. HEX triplet: D4, 74 and 4D. RGB value is (212,116,77). Sum of RGB (Red+Green+Blue) = 212+116+77=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D4744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4744D is #2B8BB2. Grayscale: #8C8C8C. Windows color (decimal): -2853811 or 5076180. OLE color: 5076180.
HSL color Cylindrical-coordinate representation of color #D4744D: hue angle of 17.33º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D4744D is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 116 | 77 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.17 |
| HSL | 17.33º | 0.61% | 0.57% | - |
| HSV(B) | 17.33º | 0.64% | 0.83% | - |
| XYZ | 34.74 | 27.02 | 10.41 | - |
| YUV | 140.26 | 92.3 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 116 | 77 | 0 | 0.45 | 0.64 | 0.17 | 17.33 | 0.61 | 0.57 |
| Hex | D4 | 74 | 4D | 0 | 2D | 40 | 11 | 11 | 3D | 39 |
| Octal | 324 | 164 | 115 | 0 | 55 | 100 | 21 | 21 | 75 | 71 |
| Binary | 11010100 | 1110100 | 1001101 | 0 | 101101 | 1000000 | 10001 | 10001 | 111101 | 111001 |
Color Harmonies of #D4744D
Complementary color
Monochromatic Colors of #D4744D
Black with #D4744D
Text Example
Text Example
White with #D4744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4744D; }
p { color: rgb(212,116,77); }
H1.HeaderClassName
{
color: #D4744D;
}
.AnyTagClassName
{
color: #D4744D;
}
</style>
background-color css
<style>
a { background-color: #D4744D; }
a { background-color: rgb(212,116,77); }
div.DivClassName
{
background-color: #D4744D;
}
.BgClassName
{
background-color: #D4744D;
}
</style>
border-color css
<style>
span { border-color: #D4744D; }
span { border-color: rgb(212,116,77); }
td.TdClassName
{
border-color: #D4744D;
}
.TagClassName
{
border-color: #D4744D;
}
</style>