Shades of Ecstasy #C55F3D
Tints of Ecstasy #C55F3D
RGB
CMYK
RGB Variations
Color information
#C55F3D (or 0xC55F3D) is known color: Ecstasy. HEX triplet: C5, 5F and 3D. RGB value is (197,95,61). Sum of RGB (Red+Green+Blue) = 197+95+61=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55F3D is #3AA0C2. Grayscale: #797979. Windows color (decimal): -3842243 or 4022213. OLE color: 4022213.
HSL color Cylindrical-coordinate representation of color #C55F3D: hue angle of 15º 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 #C55F3D is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 95 | 61 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.23 |
| HSL | 15º | 0.54% | 0.51% | - |
| HSV(B) | 15º | 0.69% | 0.77% | - |
| XYZ | 27.96 | 20.39 | 6.88 | - |
| YUV | 121.62 | 93.79 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 61 | 0 | 0.52 | 0.69 | 0.23 | 15 | 0.54 | 0.51 |
| Hex | C5 | 5F | 3D | 0 | 34 | 45 | 17 | F | 36 | 33 |
| Octal | 305 | 137 | 75 | 0 | 64 | 105 | 27 | 17 | 66 | 63 |
| Binary | 11000101 | 1011111 | 111101 | 0 | 110100 | 1000101 | 10111 | 1111 | 110110 | 110011 |
Color Harmonies of #C55F3D
Complementary color
Monochromatic Colors of #C55F3D
Black with #C55F3D
Text Example
Text Example
White with #C55F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55F3D; }
p { color: rgb(197,95,61); }
H1.HeaderClassName
{
color: #C55F3D;
}
.AnyTagClassName
{
color: #C55F3D;
}
</style>
background-color css
<style>
a { background-color: #C55F3D; }
a { background-color: rgb(197,95,61); }
div.DivClassName
{
background-color: #C55F3D;
}
.BgClassName
{
background-color: #C55F3D;
}
</style>
border-color css
<style>
span { border-color: #C55F3D; }
span { border-color: rgb(197,95,61); }
td.TdClassName
{
border-color: #C55F3D;
}
.TagClassName
{
border-color: #C55F3D;
}
</style>