Shades of Ecstasy #C25F39
Tints of Ecstasy #C25F39
RGB
CMYK
RGB Variations
Color information
#C25F39 (or 0xC25F39) is known color: Ecstasy. HEX triplet: C2, 5F and 39. RGB value is (194,95,57). Sum of RGB (Red+Green+Blue) = 194+95+57=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25F39 is #3DA0C6. Grayscale: #787878. Windows color (decimal): -4038855 or 3760066. OLE color: 3760066.
HSL color Cylindrical-coordinate representation of color #C25F39: hue angle of 16.64º 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 #C25F39 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 57 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.24 |
| HSL | 16.64º | 0.55% | 0.49% | - |
| HSV(B) | 16.64º | 0.71% | 0.76% | - |
| XYZ | 27.08 | 19.95 | 6.29 | - |
| YUV | 120.27 | 92.3 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 57 | 0 | 0.51 | 0.71 | 0.24 | 16.64 | 0.55 | 0.49 |
| Hex | C2 | 5F | 39 | 0 | 33 | 47 | 18 | 11 | 37 | 31 |
| Octal | 302 | 137 | 71 | 0 | 63 | 107 | 30 | 21 | 67 | 61 |
| Binary | 11000010 | 1011111 | 111001 | 0 | 110011 | 1000111 | 11000 | 10001 | 110111 | 110001 |
Color Harmonies of #C25F39
Complementary color
Monochromatic Colors of #C25F39
Black with #C25F39
Text Example
Text Example
White with #C25F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25F39; }
p { color: rgb(194,95,57); }
H1.HeaderClassName
{
color: #C25F39;
}
.AnyTagClassName
{
color: #C25F39;
}
</style>
background-color css
<style>
a { background-color: #C25F39; }
a { background-color: rgb(194,95,57); }
div.DivClassName
{
background-color: #C25F39;
}
.BgClassName
{
background-color: #C25F39;
}
</style>
border-color css
<style>
span { border-color: #C25F39; }
span { border-color: rgb(194,95,57); }
td.TdClassName
{
border-color: #C25F39;
}
.TagClassName
{
border-color: #C25F39;
}
</style>