Shades of Ecstasy #C55D3D
Tints of Ecstasy #C55D3D
RGB
CMYK
RGB Variations
Color information
#C55D3D (or 0xC55D3D) is known color: Ecstasy. HEX triplet: C5, 5D and 3D. RGB value is (197,93,61). Sum of RGB (Red+Green+Blue) = 197+93+61=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55D3D is #3AA2C2. Grayscale: #787878. Windows color (decimal): -3842755 or 4021701. OLE color: 4021701.
HSL color Cylindrical-coordinate representation of color #C55D3D: hue angle of 14.12º 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 #C55D3D is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 61 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.23 |
| HSL | 14.12º | 0.54% | 0.51% | - |
| HSV(B) | 14.12º | 0.69% | 0.77% | - |
| XYZ | 27.78 | 20.04 | 6.82 | - |
| YUV | 120.45 | 94.46 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 61 | 0 | 0.53 | 0.69 | 0.23 | 14.12 | 0.54 | 0.51 |
| Hex | C5 | 5D | 3D | 0 | 35 | 45 | 17 | E | 36 | 33 |
| Octal | 305 | 135 | 75 | 0 | 65 | 105 | 27 | 16 | 66 | 63 |
| Binary | 11000101 | 1011101 | 111101 | 0 | 110101 | 1000101 | 10111 | 1110 | 110110 | 110011 |
Color Harmonies of #C55D3D
Complementary color
Monochromatic Colors of #C55D3D
Black with #C55D3D
Text Example
Text Example
White with #C55D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55D3D; }
p { color: rgb(197,93,61); }
H1.HeaderClassName
{
color: #C55D3D;
}
.AnyTagClassName
{
color: #C55D3D;
}
</style>
background-color css
<style>
a { background-color: #C55D3D; }
a { background-color: rgb(197,93,61); }
div.DivClassName
{
background-color: #C55D3D;
}
.BgClassName
{
background-color: #C55D3D;
}
</style>
border-color css
<style>
span { border-color: #C55D3D; }
span { border-color: rgb(197,93,61); }
td.TdClassName
{
border-color: #C55D3D;
}
.TagClassName
{
border-color: #C55D3D;
}
</style>