#C55C31

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

Shades of Ecstasy #C55C31

Tints of Ecstasy #C55C31

Color information

#C55C31 (or 0xC55C31) is unknown color: approx Ecstasy. HEX triplet: C5, 5C and 31. RGB value is (197,92,49). Sum of RGB (Red+Green+Blue) = 197+92+49=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55C31 is #3AA3CE. Grayscale: #767676. Windows color (decimal): -3843023 or 3235013. OLE color: 3235013.

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

Color convert

RGB1979249-
CMYK00.530.750.23
HSL17.43º60.16%48.24%-
HSV(B)17.43º75.13%77.25%-
XYZ27.4119.755.27-
YUV118.4988.79184-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.28%
GREEN value IS 92 (36.33% from 255) = 27.22%
BLUE value IS 49 (19.53% from 255) = 14.50%
R=58.28%
G=27.22%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197924900.530.750.2317.4360.1648.24
HexC55C310354B17113c30
Octal3051346106511327217460
Binary110001011011100110001011010110010111011110001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55C31; }

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

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

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

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

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

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

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

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