Shades of Red Damask #D76F4D
Tints of Red Damask #D76F4D
RGB
CMYK
RGB Variations
Color information
#D76F4D (or 0xD76F4D) is known color: Red Damask. HEX triplet: D7, 6F and 4D. RGB value is (215,111,77). Sum of RGB (Red+Green+Blue) = 215+111+77=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76F4D is #2890B2. Grayscale: #8A8A8A. Windows color (decimal): -2658483 or 5074903. OLE color: 5074903.
HSL color Cylindrical-coordinate representation of color #D76F4D: hue angle of 14.78º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D76F4D is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 77 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.16 |
| HSL | 14.78º | 0.63% | 0.57% | - |
| HSV(B) | 14.78º | 0.64% | 0.84% | - |
| XYZ | 35.05 | 26.35 | 10.26 | - |
| YUV | 138.22 | 93.46 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 77 | 0 | 0.48 | 0.64 | 0.16 | 14.78 | 0.63 | 0.57 |
| Hex | D7 | 6F | 4D | 0 | 30 | 40 | 10 | F | 3F | 39 |
| Octal | 327 | 157 | 115 | 0 | 60 | 100 | 20 | 17 | 77 | 71 |
| Binary | 11010111 | 1101111 | 1001101 | 0 | 110000 | 1000000 | 10000 | 1111 | 111111 | 111001 |
Color Harmonies of #D76F4D
Complementary color
Monochromatic Colors of #D76F4D
Black with #D76F4D
Text Example
Text Example
White with #D76F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76F4D; }
p { color: rgb(215,111,77); }
H1.HeaderClassName
{
color: #D76F4D;
}
.AnyTagClassName
{
color: #D76F4D;
}
</style>
background-color css
<style>
a { background-color: #D76F4D; }
a { background-color: rgb(215,111,77); }
div.DivClassName
{
background-color: #D76F4D;
}
.BgClassName
{
background-color: #D76F4D;
}
</style>
border-color css
<style>
span { border-color: #D76F4D; }
span { border-color: rgb(215,111,77); }
td.TdClassName
{
border-color: #D76F4D;
}
.TagClassName
{
border-color: #D76F4D;
}
</style>