#C55E3B

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

Shades of Ecstasy #C55E3B

Tints of Ecstasy #C55E3B

Color information

#C55E3B (or 0xC55E3B) is unknown color: approx Ecstasy. HEX triplet: C5, 5E and 3B. RGB value is (197,94,59). Sum of RGB (Red+Green+Blue) = 197+94+59=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55E3B is #3AA1C4. Grayscale: #797979. Windows color (decimal): -3842501 or 3890885. OLE color: 3890885.

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

Color convert

RGB1979459-
CMYK00.520.700.23
HSL15.22º54.33%50.2%-
HSV(B)15.22º70.05%77.25%-
XYZ27.8220.196.57-
YUV120.8193.12182.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.29%
GREEN value IS 94 (37.11% from 255) = 26.86%
BLUE value IS 59 (23.44% from 255) = 16.86%
R=56.29%
G=26.86%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197945900.520.700.2315.2254.3350.2
HexC55E3B0344617f3632
Octal3051367306410627176662
Binary11000101101111011101101101001000110101111111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55E3B; }

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

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

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

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

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

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

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

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