Shades of Ecstasy #D16640
Tints of Ecstasy #D16640
RGB
CMYK
RGB Variations
Color information
#D16640 (or 0xD16640) is known color: Ecstasy. HEX triplet: D1, 66 and 40. RGB value is (209,102,64). Sum of RGB (Red+Green+Blue) = 209+102+64=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D16640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16640 is #2E99BF. Grayscale: #818181. Windows color (decimal): -3054016 or 4220625. OLE color: 4220625.
HSL color Cylindrical-coordinate representation of color #D16640: hue angle of 15.72º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D16640 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 64 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.18 |
| HSL | 15.72º | 0.61% | 0.54% | - |
| HSV(B) | 15.72º | 0.69% | 0.82% | - |
| XYZ | 31.97 | 23.43 | 7.69 | - |
| YUV | 129.66 | 90.95 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 64 | 0 | 0.51 | 0.69 | 0.18 | 15.72 | 0.61 | 0.54 |
| Hex | D1 | 66 | 40 | 0 | 33 | 45 | 12 | 10 | 3D | 36 |
| Octal | 321 | 146 | 100 | 0 | 63 | 105 | 22 | 20 | 75 | 66 |
| Binary | 11010001 | 1100110 | 1000000 | 0 | 110011 | 1000101 | 10010 | 10000 | 111101 | 110110 |
Color Harmonies of #D16640
Complementary color
Monochromatic Colors of #D16640
Black with #D16640
Text Example
Text Example
White with #D16640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16640; }
p { color: rgb(209,102,64); }
H1.HeaderClassName
{
color: #D16640;
}
.AnyTagClassName
{
color: #D16640;
}
</style>
background-color css
<style>
a { background-color: #D16640; }
a { background-color: rgb(209,102,64); }
div.DivClassName
{
background-color: #D16640;
}
.BgClassName
{
background-color: #D16640;
}
</style>
border-color css
<style>
span { border-color: #D16640; }
span { border-color: rgb(209,102,64); }
td.TdClassName
{
border-color: #D16640;
}
.TagClassName
{
border-color: #D16640;
}
</style>