#C55C35

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

Shades of Ecstasy #C55C35

Tints of Ecstasy #C55C35

Color information

#C55C35 (or 0xC55C35) is unknown color: approx Ecstasy. HEX triplet: C5, 5C and 35. RGB value is (197,92,53). Sum of RGB (Red+Green+Blue) = 197+92+53=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55C35 is #3AA3CA. Grayscale: #777777. Windows color (decimal): -3843019 or 3497157. OLE color: 3497157.

HSL color Cylindrical-coordinate representation of color #C55C35: hue angle of 16.25º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C55C35 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB1979253-
CMYK00.530.730.23
HSL16.25º57.6%49.02%-
HSV(B)16.25º73.1%77.25%-
XYZ27.519.785.74-
YUV118.9590.79183.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.60%
GREEN value IS 92 (36.33% from 255) = 26.90%
BLUE value IS 53 (21.09% from 255) = 15.50%
R=57.60%
G=26.90%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197925300.530.730.2316.2557.649.02
HexC55C350354917103a31
Octal3051346506511127207261
Binary110001011011100110101011010110010011011110000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55C35; }

 p { color: rgb(197,92,53); }

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

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

 a { background-color: rgb(197,92,53); }

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

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

 span { border-color: rgb(197,92,53); }

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