Shades of Ecstasy #D0613D
Tints of Ecstasy #D0613D
RGB
CMYK
RGB Variations
Color information
#D0613D (or 0xD0613D) is known color: Ecstasy. HEX triplet: D0, 61 and 3D. RGB value is (208,97,61). Sum of RGB (Red+Green+Blue) = 208+97+61=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D0613D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0613D is #2F9EC2. Grayscale: #7E7E7E. Windows color (decimal): -3120835 or 4022736. OLE color: 4022736.
HSL color Cylindrical-coordinate representation of color #D0613D: hue angle of 14.69º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0613D is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 97 | 61 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.18 |
| HSL | 14.69º | 0.61% | 0.53% | - |
| HSV(B) | 14.69º | 0.71% | 0.82% | - |
| XYZ | 31.13 | 22.3 | 7.08 | - |
| YUV | 126.09 | 91.27 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 97 | 61 | 0 | 0.53 | 0.71 | 0.18 | 14.69 | 0.61 | 0.53 |
| Hex | D0 | 61 | 3D | 0 | 35 | 47 | 12 | F | 3D | 35 |
| Octal | 320 | 141 | 75 | 0 | 65 | 107 | 22 | 17 | 75 | 65 |
| Binary | 11010000 | 1100001 | 111101 | 0 | 110101 | 1000111 | 10010 | 1111 | 111101 | 110101 |
Color Harmonies of #D0613D
Complementary color
Monochromatic Colors of #D0613D
Black with #D0613D
Text Example
Text Example
White with #D0613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0613D; }
p { color: rgb(208,97,61); }
H1.HeaderClassName
{
color: #D0613D;
}
.AnyTagClassName
{
color: #D0613D;
}
</style>
background-color css
<style>
a { background-color: #D0613D; }
a { background-color: rgb(208,97,61); }
div.DivClassName
{
background-color: #D0613D;
}
.BgClassName
{
background-color: #D0613D;
}
</style>
border-color css
<style>
span { border-color: #D0613D; }
span { border-color: rgb(208,97,61); }
td.TdClassName
{
border-color: #D0613D;
}
.TagClassName
{
border-color: #D0613D;
}
</style>