Shades of Ecstasy #C55E34
Tints of Ecstasy #C55E34
RGB
CMYK
RGB Variations
Color information
#C55E34 (or 0xC55E34) is known color: Ecstasy. HEX triplet: C5, 5E and 34. RGB value is (197,94,52). Sum of RGB (Red+Green+Blue) = 197+94+52=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55E34 is #3AA1CB. Grayscale: #787878. Windows color (decimal): -3842508 or 3432133. OLE color: 3432133.
HSL color Cylindrical-coordinate representation of color #C55E34: hue angle of 17.38º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C55E34 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 52 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.23 |
| HSL | 17.38º | 0.58% | 0.49% | - |
| HSV(B) | 17.38º | 0.74% | 0.77% | - |
| XYZ | 27.65 | 20.12 | 5.68 | - |
| YUV | 120.01 | 89.62 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 52 | 0 | 0.52 | 0.74 | 0.23 | 17.38 | 0.58 | 0.49 |
| Hex | C5 | 5E | 34 | 0 | 34 | 4A | 17 | 11 | 3A | 31 |
| Octal | 305 | 136 | 64 | 0 | 64 | 112 | 27 | 21 | 72 | 61 |
| Binary | 11000101 | 1011110 | 110100 | 0 | 110100 | 1001010 | 10111 | 10001 | 111010 | 110001 |
Color Harmonies of #C55E34
Complementary color
Monochromatic Colors of #C55E34
Black with #C55E34
Text Example
Text Example
White with #C55E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E34; }
p { color: rgb(197,94,52); }
H1.HeaderClassName
{
color: #C55E34;
}
.AnyTagClassName
{
color: #C55E34;
}
</style>
background-color css
<style>
a { background-color: #C55E34; }
a { background-color: rgb(197,94,52); }
div.DivClassName
{
background-color: #C55E34;
}
.BgClassName
{
background-color: #C55E34;
}
</style>
border-color css
<style>
span { border-color: #C55E34; }
span { border-color: rgb(197,94,52); }
td.TdClassName
{
border-color: #C55E34;
}
.TagClassName
{
border-color: #C55E34;
}
</style>