#C55E3D

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

Shades of Ecstasy #C55E3D

Tints of Ecstasy #C55E3D

Color information

#C55E3D (or 0xC55E3D) is unknown color: approx Ecstasy. HEX triplet: C5, 5E and 3D. RGB value is (197,94,61). Sum of RGB (Red+Green+Blue) = 197+94+61=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55E3D is #3AA1C2. Grayscale: #797979. Windows color (decimal): -3842499 or 4021957. OLE color: 4021957.

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

Color convert

RGB1979461-
CMYK00.520.690.23
HSL14.56º53.97%50.59%-
HSV(B)14.56º69.04%77.25%-
XYZ27.8720.216.85-
YUV121.0494.12182.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.97%
GREEN value IS 94 (37.11% from 255) = 26.70%
BLUE value IS 61 (24.22% from 255) = 17.33%
R=55.97%
G=26.70%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197946100.520.690.2314.5653.9750.59
HexC55E3D0344517f3633
Octal3051367506410527176663
Binary11000101101111011110101101001000101101111111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55E3D; }

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

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

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

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

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

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

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

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