#C55F3D

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

Shades of Ecstasy #C55F3D

Tints of Ecstasy #C55F3D

Color information

#C55F3D (or 0xC55F3D) is unknown color: approx Ecstasy. HEX triplet: C5, 5F and 3D. RGB value is (197,95,61). Sum of RGB (Red+Green+Blue) = 197+95+61=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55F3D is #3AA0C2. Grayscale: #797979. Windows color (decimal): -3842243 or 4022213. OLE color: 4022213.

HSL color Cylindrical-coordinate representation of color #C55F3D: hue angle of 15º 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 #C55F3D is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB1979561-
CMYK00.520.690.23
HSL15º53.97%50.59%-
HSV(B)15º69.04%77.25%-
XYZ27.9620.396.88-
YUV121.6293.79181.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.81%
GREEN value IS 95 (37.5% from 255) = 26.91%
BLUE value IS 61 (24.22% from 255) = 17.28%
R=55.81%
G=26.91%
B=17.28%

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
Decimal197956100.520.690.231553.9750.59
HexC55F3D0344517f3633
Octal3051377506410527176663
Binary11000101101111111110101101001000101101111111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55F3D; }

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

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

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

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

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

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

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

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