Shades of Ecstasy #D0613F
Tints of Ecstasy #D0613F
RGB
CMYK
RGB Variations
Color information
#D0613F (or 0xD0613F) is known color: Ecstasy. HEX triplet: D0, 61 and 3F. RGB value is (208,97,63). Sum of RGB (Red+Green+Blue) = 208+97+63=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D0613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0613F is #2F9EC0. Grayscale: #7E7E7E. Windows color (decimal): -3120833 or 4153808. OLE color: 4153808.
HSL color Cylindrical-coordinate representation of color #D0613F: hue angle of 14.07º 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 #D0613F is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 97 | 63 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.18 |
| HSL | 14.07º | 0.61% | 0.53% | - |
| HSV(B) | 14.07º | 0.7% | 0.82% | - |
| XYZ | 31.18 | 22.32 | 7.37 | - |
| YUV | 126.31 | 92.27 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 97 | 63 | 0 | 0.53 | 0.70 | 0.18 | 14.07 | 0.61 | 0.53 |
| Hex | D0 | 61 | 3F | 0 | 35 | 46 | 12 | E | 3D | 35 |
| Octal | 320 | 141 | 77 | 0 | 65 | 106 | 22 | 16 | 75 | 65 |
| Binary | 11010000 | 1100001 | 111111 | 0 | 110101 | 1000110 | 10010 | 1110 | 111101 | 110101 |
Color Harmonies of #D0613F
Complementary color
Monochromatic Colors of #D0613F
Black with #D0613F
Text Example
Text Example
White with #D0613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0613F; }
p { color: rgb(208,97,63); }
H1.HeaderClassName
{
color: #D0613F;
}
.AnyTagClassName
{
color: #D0613F;
}
</style>
background-color css
<style>
a { background-color: #D0613F; }
a { background-color: rgb(208,97,63); }
div.DivClassName
{
background-color: #D0613F;
}
.BgClassName
{
background-color: #D0613F;
}
</style>
border-color css
<style>
span { border-color: #D0613F; }
span { border-color: rgb(208,97,63); }
td.TdClassName
{
border-color: #D0613F;
}
.TagClassName
{
border-color: #D0613F;
}
</style>