Shades of Ecstasy #D0613C
Tints of Ecstasy #D0613C
RGB
CMYK
RGB Variations
Color information
#D0613C (or 0xD0613C) is known color: Ecstasy. HEX triplet: D0, 61 and 3C. RGB value is (208,97,60). Sum of RGB (Red+Green+Blue) = 208+97+60=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D0613C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0613C is #2F9EC3. Grayscale: #7E7E7E. Windows color (decimal): -3120836 or 3957200. OLE color: 3957200.
HSL color Cylindrical-coordinate representation of color #D0613C: hue angle of 15º 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 #D0613C is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 97 | 60 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.18 |
| HSL | 15º | 0.61% | 0.53% | - |
| HSV(B) | 15º | 0.71% | 0.82% | - |
| XYZ | 31.1 | 22.29 | 6.94 | - |
| YUV | 125.97 | 90.77 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 97 | 60 | 0 | 0.53 | 0.71 | 0.18 | 15 | 0.61 | 0.53 |
| Hex | D0 | 61 | 3C | 0 | 35 | 47 | 12 | F | 3D | 35 |
| Octal | 320 | 141 | 74 | 0 | 65 | 107 | 22 | 17 | 75 | 65 |
| Binary | 11010000 | 1100001 | 111100 | 0 | 110101 | 1000111 | 10010 | 1111 | 111101 | 110101 |
Color Harmonies of #D0613C
Complementary color
Monochromatic Colors of #D0613C
Black with #D0613C
Text Example
Text Example
White with #D0613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0613C; }
p { color: rgb(208,97,60); }
H1.HeaderClassName
{
color: #D0613C;
}
.AnyTagClassName
{
color: #D0613C;
}
</style>
background-color css
<style>
a { background-color: #D0613C; }
a { background-color: rgb(208,97,60); }
div.DivClassName
{
background-color: #D0613C;
}
.BgClassName
{
background-color: #D0613C;
}
</style>
border-color css
<style>
span { border-color: #D0613C; }
span { border-color: rgb(208,97,60); }
td.TdClassName
{
border-color: #D0613C;
}
.TagClassName
{
border-color: #D0613C;
}
</style>