Shades of Ecstasy #C55C2F
Tints of Ecstasy #C55C2F
RGB
CMYK
RGB Variations
Color information
#C55C2F (or 0xC55C2F) is known color: Ecstasy. HEX triplet: C5, 5C and 2F. RGB value is (197,92,47). Sum of RGB (Red+Green+Blue) = 197+92+47=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55C2F is #3AA3D0. Grayscale: #767676. Windows color (decimal): -3843025 or 3103941. OLE color: 3103941.
HSL color Cylindrical-coordinate representation of color #C55C2F: hue angle of 18º 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 #C55C2F is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 47 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.23 |
| HSL | 18º | 0.61% | 0.48% | - |
| HSV(B) | 18º | 0.76% | 0.77% | - |
| XYZ | 27.37 | 19.73 | 5.06 | - |
| YUV | 118.27 | 87.79 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 47 | 0 | 0.53 | 0.76 | 0.23 | 18 | 0.61 | 0.48 |
| Hex | C5 | 5C | 2F | 0 | 35 | 4C | 17 | 12 | 3D | 30 |
| Octal | 305 | 134 | 57 | 0 | 65 | 114 | 27 | 22 | 75 | 60 |
| Binary | 11000101 | 1011100 | 101111 | 0 | 110101 | 1001100 | 10111 | 10010 | 111101 | 110000 |
Color Harmonies of #C55C2F
Complementary color
Monochromatic Colors of #C55C2F
Black with #C55C2F
Text Example
Text Example
White with #C55C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55C2F; }
p { color: rgb(197,92,47); }
H1.HeaderClassName
{
color: #C55C2F;
}
.AnyTagClassName
{
color: #C55C2F;
}
</style>
background-color css
<style>
a { background-color: #C55C2F; }
a { background-color: rgb(197,92,47); }
div.DivClassName
{
background-color: #C55C2F;
}
.BgClassName
{
background-color: #C55C2F;
}
</style>
border-color css
<style>
span { border-color: #C55C2F; }
span { border-color: rgb(197,92,47); }
td.TdClassName
{
border-color: #C55C2F;
}
.TagClassName
{
border-color: #C55C2F;
}
</style>