Shades of Ecstasy #C25C39
Tints of Ecstasy #C25C39
RGB
CMYK
RGB Variations
Color information
#C25C39 (or 0xC25C39) is known color: Ecstasy. HEX triplet: C2, 5C and 39. RGB value is (194,92,57). Sum of RGB (Red+Green+Blue) = 194+92+57=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25C39 is #3DA3C6. Grayscale: #767676. Windows color (decimal): -4039623 or 3759298. OLE color: 3759298.
HSL color Cylindrical-coordinate representation of color #C25C39: hue angle of 15.33º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C25C39 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 57 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.24 |
| HSL | 15.33º | 0.55% | 0.49% | - |
| HSV(B) | 15.33º | 0.71% | 0.76% | - |
| XYZ | 26.81 | 19.42 | 6.21 | - |
| YUV | 118.51 | 93.29 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 57 | 0 | 0.53 | 0.71 | 0.24 | 15.33 | 0.55 | 0.49 |
| Hex | C2 | 5C | 39 | 0 | 35 | 47 | 18 | F | 37 | 31 |
| Octal | 302 | 134 | 71 | 0 | 65 | 107 | 30 | 17 | 67 | 61 |
| Binary | 11000010 | 1011100 | 111001 | 0 | 110101 | 1000111 | 11000 | 1111 | 110111 | 110001 |
Color Harmonies of #C25C39
Complementary color
Monochromatic Colors of #C25C39
Black with #C25C39
Text Example
Text Example
White with #C25C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C39; }
p { color: rgb(194,92,57); }
H1.HeaderClassName
{
color: #C25C39;
}
.AnyTagClassName
{
color: #C25C39;
}
</style>
background-color css
<style>
a { background-color: #C25C39; }
a { background-color: rgb(194,92,57); }
div.DivClassName
{
background-color: #C25C39;
}
.BgClassName
{
background-color: #C25C39;
}
</style>
border-color css
<style>
span { border-color: #C25C39; }
span { border-color: rgb(194,92,57); }
td.TdClassName
{
border-color: #C25C39;
}
.TagClassName
{
border-color: #C25C39;
}
</style>