Shades of Ecstasy #C75C34
Tints of Ecstasy #C75C34
RGB
CMYK
RGB Variations
Color information
#C75C34 (or 0xC75C34) is known color: Ecstasy. HEX triplet: C7, 5C and 34. RGB value is (199,92,52). Sum of RGB (Red+Green+Blue) = 199+92+52=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75C34 is #38A3CB. Grayscale: #777777. Windows color (decimal): -3711948 or 3431623. OLE color: 3431623.
HSL color Cylindrical-coordinate representation of color #C75C34: hue angle of 16.33º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C75C34 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 92 | 52 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.22 |
| HSL | 16.33º | 0.59% | 0.49% | - |
| HSV(B) | 16.33º | 0.74% | 0.78% | - |
| XYZ | 28 | 20.04 | 5.64 | - |
| YUV | 119.43 | 89.95 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 52 | 0 | 0.54 | 0.74 | 0.22 | 16.33 | 0.59 | 0.49 |
| Hex | C7 | 5C | 34 | 0 | 36 | 4A | 16 | 10 | 3B | 31 |
| Octal | 307 | 134 | 64 | 0 | 66 | 112 | 26 | 20 | 73 | 61 |
| Binary | 11000111 | 1011100 | 110100 | 0 | 110110 | 1001010 | 10110 | 10000 | 111011 | 110001 |
Color Harmonies of #C75C34
Complementary color
Monochromatic Colors of #C75C34
Black with #C75C34
Text Example
Text Example
White with #C75C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75C34; }
p { color: rgb(199,92,52); }
H1.HeaderClassName
{
color: #C75C34;
}
.AnyTagClassName
{
color: #C75C34;
}
</style>
background-color css
<style>
a { background-color: #C75C34; }
a { background-color: rgb(199,92,52); }
div.DivClassName
{
background-color: #C75C34;
}
.BgClassName
{
background-color: #C75C34;
}
</style>
border-color css
<style>
span { border-color: #C75C34; }
span { border-color: rgb(199,92,52); }
td.TdClassName
{
border-color: #C75C34;
}
.TagClassName
{
border-color: #C75C34;
}
</style>