Shades of Ecstasy #C2593B
Tints of Ecstasy #C2593B
RGB
CMYK
RGB Variations
Color information
#C2593B (or 0xC2593B) is known color: Ecstasy. HEX triplet: C2, 59 and 3B. RGB value is (194,89,59). Sum of RGB (Red+Green+Blue) = 194+89+59=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C2593B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2593B is #3DA6C4. Grayscale: #757575. Windows color (decimal): -4040389 or 3889602. OLE color: 3889602.
HSL color Cylindrical-coordinate representation of color #C2593B: hue angle of 13.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2593B is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 59 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.24 |
| HSL | 13.33º | 0.53% | 0.5% | - |
| HSV(B) | 13.33º | 0.7% | 0.76% | - |
| XYZ | 26.61 | 18.93 | 6.39 | - |
| YUV | 116.98 | 95.29 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 59 | 0 | 0.54 | 0.70 | 0.24 | 13.33 | 0.53 | 0.5 |
| Hex | C2 | 59 | 3B | 0 | 36 | 46 | 18 | D | 35 | 32 |
| Octal | 302 | 131 | 73 | 0 | 66 | 106 | 30 | 15 | 65 | 62 |
| Binary | 11000010 | 1011001 | 111011 | 0 | 110110 | 1000110 | 11000 | 1101 | 110101 | 110010 |
Color Harmonies of #C2593B
Complementary color
Monochromatic Colors of #C2593B
Black with #C2593B
Text Example
Text Example
White with #C2593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2593B; }
p { color: rgb(194,89,59); }
H1.HeaderClassName
{
color: #C2593B;
}
.AnyTagClassName
{
color: #C2593B;
}
</style>
background-color css
<style>
a { background-color: #C2593B; }
a { background-color: rgb(194,89,59); }
div.DivClassName
{
background-color: #C2593B;
}
.BgClassName
{
background-color: #C2593B;
}
</style>
border-color css
<style>
span { border-color: #C2593B; }
span { border-color: rgb(194,89,59); }
td.TdClassName
{
border-color: #C2593B;
}
.TagClassName
{
border-color: #C2593B;
}
</style>