Shades of Ecstasy #D0613E
Tints of Ecstasy #D0613E
RGB
CMYK
RGB Variations
Color information
#D0613E (or 0xD0613E) is known color: Ecstasy. HEX triplet: D0, 61 and 3E. RGB value is (208,97,62). Sum of RGB (Red+Green+Blue) = 208+97+62=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0613E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0613E is #2F9EC1. Grayscale: #7E7E7E. Windows color (decimal): -3120834 or 4088272. OLE color: 4088272.
HSL color Cylindrical-coordinate representation of color #D0613E: hue angle of 14.38º 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 #D0613E is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 97 | 62 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.18 |
| HSL | 14.38º | 0.61% | 0.53% | - |
| HSV(B) | 14.38º | 0.7% | 0.82% | - |
| XYZ | 31.16 | 22.31 | 7.22 | - |
| YUV | 126.2 | 91.77 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 97 | 62 | 0 | 0.53 | 0.70 | 0.18 | 14.38 | 0.61 | 0.53 |
| Hex | D0 | 61 | 3E | 0 | 35 | 46 | 12 | E | 3D | 35 |
| Octal | 320 | 141 | 76 | 0 | 65 | 106 | 22 | 16 | 75 | 65 |
| Binary | 11010000 | 1100001 | 111110 | 0 | 110101 | 1000110 | 10010 | 1110 | 111101 | 110101 |
Color Harmonies of #D0613E
Complementary color
Monochromatic Colors of #D0613E
Black with #D0613E
Text Example
Text Example
White with #D0613E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0613E; }
p { color: rgb(208,97,62); }
H1.HeaderClassName
{
color: #D0613E;
}
.AnyTagClassName
{
color: #D0613E;
}
</style>
background-color css
<style>
a { background-color: #D0613E; }
a { background-color: rgb(208,97,62); }
div.DivClassName
{
background-color: #D0613E;
}
.BgClassName
{
background-color: #D0613E;
}
</style>
border-color css
<style>
span { border-color: #D0613E; }
span { border-color: rgb(208,97,62); }
td.TdClassName
{
border-color: #D0613E;
}
.TagClassName
{
border-color: #D0613E;
}
</style>