Shades of Ecstasy #C55E2F
Tints of Ecstasy #C55E2F
RGB
CMYK
RGB Variations
Color information
#C55E2F (or 0xC55E2F) is known color: Ecstasy. HEX triplet: C5, 5E and 2F. RGB value is (197,94,47). Sum of RGB (Red+Green+Blue) = 197+94+47=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55E2F is #3AA1D0. Grayscale: #777777. Windows color (decimal): -3842513 or 3104453. OLE color: 3104453.
HSL color Cylindrical-coordinate representation of color #C55E2F: hue angle of 18.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C55E2F is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 47 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.23 |
| HSL | 18.8º | 0.61% | 0.48% | - |
| HSV(B) | 18.8º | 0.76% | 0.77% | - |
| XYZ | 27.54 | 20.08 | 5.11 | - |
| YUV | 119.44 | 87.12 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 47 | 0 | 0.52 | 0.76 | 0.23 | 18.8 | 0.61 | 0.48 |
| Hex | C5 | 5E | 2F | 0 | 34 | 4C | 17 | 13 | 3D | 30 |
| Octal | 305 | 136 | 57 | 0 | 64 | 114 | 27 | 23 | 75 | 60 |
| Binary | 11000101 | 1011110 | 101111 | 0 | 110100 | 1001100 | 10111 | 10011 | 111101 | 110000 |
Color Harmonies of #C55E2F
Complementary color
Monochromatic Colors of #C55E2F
Black with #C55E2F
Text Example
Text Example
White with #C55E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E2F; }
p { color: rgb(197,94,47); }
H1.HeaderClassName
{
color: #C55E2F;
}
.AnyTagClassName
{
color: #C55E2F;
}
</style>
background-color css
<style>
a { background-color: #C55E2F; }
a { background-color: rgb(197,94,47); }
div.DivClassName
{
background-color: #C55E2F;
}
.BgClassName
{
background-color: #C55E2F;
}
</style>
border-color css
<style>
span { border-color: #C55E2F; }
span { border-color: rgb(197,94,47); }
td.TdClassName
{
border-color: #C55E2F;
}
.TagClassName
{
border-color: #C55E2F;
}
</style>