Shades of Ecstasy #C25F3B
Tints of Ecstasy #C25F3B
RGB
CMYK
RGB Variations
Color information
#C25F3B (or 0xC25F3B) is known color: Ecstasy. HEX triplet: C2, 5F and 3B. RGB value is (194,95,59). Sum of RGB (Red+Green+Blue) = 194+95+59=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25F3B is #3DA0C4. Grayscale: #787878. Windows color (decimal): -4038853 or 3891138. OLE color: 3891138.
HSL color Cylindrical-coordinate representation of color #C25F3B: hue angle of 16º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C25F3B is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 59 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.24 |
| HSL | 16º | 0.53% | 0.5% | - |
| HSV(B) | 16º | 0.7% | 0.76% | - |
| XYZ | 27.13 | 19.97 | 6.56 | - |
| YUV | 120.5 | 93.3 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 59 | 0 | 0.51 | 0.70 | 0.24 | 16 | 0.53 | 0.5 |
| Hex | C2 | 5F | 3B | 0 | 33 | 46 | 18 | 10 | 35 | 32 |
| Octal | 302 | 137 | 73 | 0 | 63 | 106 | 30 | 20 | 65 | 62 |
| Binary | 11000010 | 1011111 | 111011 | 0 | 110011 | 1000110 | 11000 | 10000 | 110101 | 110010 |
Color Harmonies of #C25F3B
Complementary color
Monochromatic Colors of #C25F3B
Black with #C25F3B
Text Example
Text Example
White with #C25F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25F3B; }
p { color: rgb(194,95,59); }
H1.HeaderClassName
{
color: #C25F3B;
}
.AnyTagClassName
{
color: #C25F3B;
}
</style>
background-color css
<style>
a { background-color: #C25F3B; }
a { background-color: rgb(194,95,59); }
div.DivClassName
{
background-color: #C25F3B;
}
.BgClassName
{
background-color: #C25F3B;
}
</style>
border-color css
<style>
span { border-color: #C25F3B; }
span { border-color: rgb(194,95,59); }
td.TdClassName
{
border-color: #C25F3B;
}
.TagClassName
{
border-color: #C25F3B;
}
</style>