Shades of Ecstasy #C75939
Tints of Ecstasy #C75939
RGB
CMYK
RGB Variations
Color information
#C75939 (or 0xC75939) is known color: Ecstasy. HEX triplet: C7, 59 and 39. RGB value is (199,89,57). Sum of RGB (Red+Green+Blue) = 199+89+57=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C75939 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75939 is #38A6C6. Grayscale: #767676. Windows color (decimal): -3712711 or 3758535. OLE color: 3758535.
HSL color Cylindrical-coordinate representation of color #C75939: hue angle of 13.52º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C75939 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 57 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.22 |
| HSL | 13.52º | 0.56% | 0.5% | - |
| HSV(B) | 13.52º | 0.71% | 0.78% | - |
| XYZ | 27.86 | 19.58 | 6.18 | - |
| YUV | 118.24 | 93.44 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 57 | 0 | 0.55 | 0.71 | 0.22 | 13.52 | 0.56 | 0.5 |
| Hex | C7 | 59 | 39 | 0 | 37 | 47 | 16 | E | 38 | 32 |
| Octal | 307 | 131 | 71 | 0 | 67 | 107 | 26 | 16 | 70 | 62 |
| Binary | 11000111 | 1011001 | 111001 | 0 | 110111 | 1000111 | 10110 | 1110 | 111000 | 110010 |
Color Harmonies of #C75939
Complementary color
Monochromatic Colors of #C75939
Black with #C75939
Text Example
Text Example
White with #C75939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75939; }
p { color: rgb(199,89,57); }
H1.HeaderClassName
{
color: #C75939;
}
.AnyTagClassName
{
color: #C75939;
}
</style>
background-color css
<style>
a { background-color: #C75939; }
a { background-color: rgb(199,89,57); }
div.DivClassName
{
background-color: #C75939;
}
.BgClassName
{
background-color: #C75939;
}
</style>
border-color css
<style>
span { border-color: #C75939; }
span { border-color: rgb(199,89,57); }
td.TdClassName
{
border-color: #C75939;
}
.TagClassName
{
border-color: #C75939;
}
</style>