Shades of Ecstasy #C55D3E
Tints of Ecstasy #C55D3E
RGB
CMYK
RGB Variations
Color information
#C55D3E (or 0xC55D3E) is known color: Ecstasy. HEX triplet: C5, 5D and 3E. RGB value is (197,93,62). Sum of RGB (Red+Green+Blue) = 197+93+62=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55D3E is #3AA2C1. Grayscale: #787878. Windows color (decimal): -3842754 or 4087237. OLE color: 4087237.
HSL color Cylindrical-coordinate representation of color #C55D3E: hue angle of 13.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C55D3E is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 62 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.23 |
| HSL | 13.78º | 0.54% | 0.51% | - |
| HSV(B) | 13.78º | 0.69% | 0.77% | - |
| XYZ | 27.81 | 20.05 | 6.96 | - |
| YUV | 120.56 | 94.96 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 62 | 0 | 0.53 | 0.69 | 0.23 | 13.78 | 0.54 | 0.51 |
| Hex | C5 | 5D | 3E | 0 | 35 | 45 | 17 | E | 36 | 33 |
| Octal | 305 | 135 | 76 | 0 | 65 | 105 | 27 | 16 | 66 | 63 |
| Binary | 11000101 | 1011101 | 111110 | 0 | 110101 | 1000101 | 10111 | 1110 | 110110 | 110011 |
Color Harmonies of #C55D3E
Complementary color
Monochromatic Colors of #C55D3E
Black with #C55D3E
Text Example
Text Example
White with #C55D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55D3E; }
p { color: rgb(197,93,62); }
H1.HeaderClassName
{
color: #C55D3E;
}
.AnyTagClassName
{
color: #C55D3E;
}
</style>
background-color css
<style>
a { background-color: #C55D3E; }
a { background-color: rgb(197,93,62); }
div.DivClassName
{
background-color: #C55D3E;
}
.BgClassName
{
background-color: #C55D3E;
}
</style>
border-color css
<style>
span { border-color: #C55D3E; }
span { border-color: rgb(197,93,62); }
td.TdClassName
{
border-color: #C55D3E;
}
.TagClassName
{
border-color: #C55D3E;
}
</style>