Shades of Ecstasy #D1653F
Tints of Ecstasy #D1653F
RGB
CMYK
RGB Variations
Color information
#D1653F (or 0xD1653F) is known color: Ecstasy. HEX triplet: D1, 65 and 3F. RGB value is (209,101,63). Sum of RGB (Red+Green+Blue) = 209+101+63=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D1653F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1653F is #2E9AC0. Grayscale: #818181. Windows color (decimal): -3054273 or 4154833. OLE color: 4154833.
HSL color Cylindrical-coordinate representation of color #D1653F: hue angle of 15.62º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1653F is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 101 | 63 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.18 |
| HSL | 15.62º | 0.61% | 0.53% | - |
| HSV(B) | 15.62º | 0.7% | 0.82% | - |
| XYZ | 31.85 | 23.22 | 7.51 | - |
| YUV | 128.96 | 90.78 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 63 | 0 | 0.52 | 0.70 | 0.18 | 15.62 | 0.61 | 0.53 |
| Hex | D1 | 65 | 3F | 0 | 34 | 46 | 12 | 10 | 3D | 35 |
| Octal | 321 | 145 | 77 | 0 | 64 | 106 | 22 | 20 | 75 | 65 |
| Binary | 11010001 | 1100101 | 111111 | 0 | 110100 | 1000110 | 10010 | 10000 | 111101 | 110101 |
Color Harmonies of #D1653F
Complementary color
Monochromatic Colors of #D1653F
Black with #D1653F
Text Example
Text Example
White with #D1653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1653F; }
p { color: rgb(209,101,63); }
H1.HeaderClassName
{
color: #D1653F;
}
.AnyTagClassName
{
color: #D1653F;
}
</style>
background-color css
<style>
a { background-color: #D1653F; }
a { background-color: rgb(209,101,63); }
div.DivClassName
{
background-color: #D1653F;
}
.BgClassName
{
background-color: #D1653F;
}
</style>
border-color css
<style>
span { border-color: #D1653F; }
span { border-color: rgb(209,101,63); }
td.TdClassName
{
border-color: #D1653F;
}
.TagClassName
{
border-color: #D1653F;
}
</style>