Shades of Ecstasy #C25B3A
Tints of Ecstasy #C25B3A
RGB
CMYK
RGB Variations
Color information
#C25B3A (or 0xC25B3A) is known color: Ecstasy. HEX triplet: C2, 5B and 3A. RGB value is (194,91,58). Sum of RGB (Red+Green+Blue) = 194+91+58=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25B3A is #3DA4C5. Grayscale: #767676. Windows color (decimal): -4039878 or 3824578. OLE color: 3824578.
HSL color Cylindrical-coordinate representation of color #C25B3A: hue angle of 14.56º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C25B3A is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 58 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.24 |
| HSL | 14.56º | 0.54% | 0.49% | - |
| HSV(B) | 14.56º | 0.7% | 0.76% | - |
| XYZ | 26.75 | 19.26 | 6.31 | - |
| YUV | 118.04 | 94.12 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 58 | 0 | 0.53 | 0.70 | 0.24 | 14.56 | 0.54 | 0.49 |
| Hex | C2 | 5B | 3A | 0 | 35 | 46 | 18 | F | 36 | 31 |
| Octal | 302 | 133 | 72 | 0 | 65 | 106 | 30 | 17 | 66 | 61 |
| Binary | 11000010 | 1011011 | 111010 | 0 | 110101 | 1000110 | 11000 | 1111 | 110110 | 110001 |
Color Harmonies of #C25B3A
Complementary color
Monochromatic Colors of #C25B3A
Black with #C25B3A
Text Example
Text Example
White with #C25B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25B3A; }
p { color: rgb(194,91,58); }
H1.HeaderClassName
{
color: #C25B3A;
}
.AnyTagClassName
{
color: #C25B3A;
}
</style>
background-color css
<style>
a { background-color: #C25B3A; }
a { background-color: rgb(194,91,58); }
div.DivClassName
{
background-color: #C25B3A;
}
.BgClassName
{
background-color: #C25B3A;
}
</style>
border-color css
<style>
span { border-color: #C25B3A; }
span { border-color: rgb(194,91,58); }
td.TdClassName
{
border-color: #C25B3A;
}
.TagClassName
{
border-color: #C25B3A;
}
</style>