Shades of Ecstasy #C95939
Tints of Ecstasy #C95939
RGB
CMYK
RGB Variations
Color information
#C95939 (or 0xC95939) is known color: Ecstasy. HEX triplet: C9, 59 and 39. RGB value is (201,89,57). Sum of RGB (Red+Green+Blue) = 201+89+57=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C95939 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95939 is #36A6C6. Grayscale: #777777. Windows color (decimal): -3581639 or 3758537. OLE color: 3758537.
HSL color Cylindrical-coordinate representation of color #C95939: hue angle of 13.33º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C95939 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 57 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.21 |
| HSL | 13.33º | 0.57% | 0.51% | - |
| HSV(B) | 13.33º | 0.72% | 0.79% | - |
| XYZ | 28.4 | 19.86 | 6.21 | - |
| YUV | 118.84 | 93.11 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 57 | 0 | 0.56 | 0.72 | 0.21 | 13.33 | 0.57 | 0.51 |
| Hex | C9 | 59 | 39 | 0 | 38 | 48 | 15 | D | 39 | 33 |
| Octal | 311 | 131 | 71 | 0 | 70 | 110 | 25 | 15 | 71 | 63 |
| Binary | 11001001 | 1011001 | 111001 | 0 | 111000 | 1001000 | 10101 | 1101 | 111001 | 110011 |
Color Harmonies of #C95939
Complementary color
Monochromatic Colors of #C95939
Black with #C95939
Text Example
Text Example
White with #C95939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95939; }
p { color: rgb(201,89,57); }
H1.HeaderClassName
{
color: #C95939;
}
.AnyTagClassName
{
color: #C95939;
}
</style>
background-color css
<style>
a { background-color: #C95939; }
a { background-color: rgb(201,89,57); }
div.DivClassName
{
background-color: #C95939;
}
.BgClassName
{
background-color: #C95939;
}
</style>
border-color css
<style>
span { border-color: #C95939; }
span { border-color: rgb(201,89,57); }
td.TdClassName
{
border-color: #C95939;
}
.TagClassName
{
border-color: #C95939;
}
</style>