Shades of Ecstasy #C35E3F
Tints of Ecstasy #C35E3F
RGB
CMYK
RGB Variations
Color information
#C35E3F (or 0xC35E3F) is known color: Ecstasy. HEX triplet: C3, 5E and 3F. RGB value is (195,94,63). Sum of RGB (Red+Green+Blue) = 195+94+63=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35E3F is #3CA1C0. Grayscale: #787878. Windows color (decimal): -3973569 or 4153027. OLE color: 4153027.
HSL color Cylindrical-coordinate representation of color #C35E3F: hue angle of 14.09º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C35E3F is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 94 | 63 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.24 |
| HSL | 14.09º | 0.52% | 0.51% | - |
| HSV(B) | 14.09º | 0.68% | 0.76% | - |
| XYZ | 27.41 | 19.97 | 7.11 | - |
| YUV | 120.67 | 95.46 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 63 | 0 | 0.52 | 0.68 | 0.24 | 14.09 | 0.52 | 0.51 |
| Hex | C3 | 5E | 3F | 0 | 34 | 44 | 18 | E | 34 | 33 |
| Octal | 303 | 136 | 77 | 0 | 64 | 104 | 30 | 16 | 64 | 63 |
| Binary | 11000011 | 1011110 | 111111 | 0 | 110100 | 1000100 | 11000 | 1110 | 110100 | 110011 |
Color Harmonies of #C35E3F
Complementary color
Monochromatic Colors of #C35E3F
Black with #C35E3F
Text Example
Text Example
White with #C35E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35E3F; }
p { color: rgb(195,94,63); }
H1.HeaderClassName
{
color: #C35E3F;
}
.AnyTagClassName
{
color: #C35E3F;
}
</style>
background-color css
<style>
a { background-color: #C35E3F; }
a { background-color: rgb(195,94,63); }
div.DivClassName
{
background-color: #C35E3F;
}
.BgClassName
{
background-color: #C35E3F;
}
</style>
border-color css
<style>
span { border-color: #C35E3F; }
span { border-color: rgb(195,94,63); }
td.TdClassName
{
border-color: #C35E3F;
}
.TagClassName
{
border-color: #C35E3F;
}
</style>