#C55E3F

Color #C55E3F Ecstasy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecstasy #C55E3F

Tints of Ecstasy #C55E3F

Color information

#C55E3F (or 0xC55E3F) is unknown color: approx Ecstasy. HEX triplet: C5, 5E and 3F. RGB value is (197,94,63). Sum of RGB (Red+Green+Blue) = 197+94+63=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55E3F is #3AA1C0. Grayscale: #797979. Windows color (decimal): -3842497 or 4153029. OLE color: 4153029.

HSL color Cylindrical-coordinate representation of color #C55E3F: hue angle of 13.88º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C55E3F is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB1979463-
CMYK00.520.680.23
HSL13.88º53.6%50.98%-
HSV(B)13.88º68.02%77.25%-
XYZ27.9320.237.14-
YUV121.2695.12182.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 55.65%
GREEN value IS 94 (37.11% from 255) = 26.55%
BLUE value IS 63 (25% from 255) = 17.80%
R=55.65%
G=26.55%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197946300.520.680.2313.8853.650.98
HexC55E3F0344417e3633
Octal3051367706410427166663
Binary11000101101111011111101101001000100101111110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55E3F; }

 p { color: rgb(197,94,63); }

 H1.HeaderClassName
 {
   color: #C55E3F;
 }
 .AnyTagClassName
 {
   color: #C55E3F;
 }
</style>
background-color css

<style>
 a { background-color: #C55E3F; }

 a { background-color: rgb(197,94,63); }

 div.DivClassName
 {
   background-color: #C55E3F;
 }
 .BgClassName
 {
   background-color: #C55E3F;
 }
</style>
border-color css

<style>
 span { border-color: #C55E3F; }

 span { border-color: rgb(197,94,63); }

 td.TdClassName
 {
   border-color: #C55E3F;
 }
 .TagClassName
 {
   border-color: #C55E3F;
 }
</style>