#C25A3D

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

Shades of Ecstasy #C25A3D

Tints of Ecstasy #C25A3D

Color information

#C25A3D (or 0xC25A3D) is unknown color: approx Ecstasy. HEX triplet: C2, 5A and 3D. RGB value is (194,90,61). Sum of RGB (Red+Green+Blue) = 194+90+61=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25A3D is #3DA5C2. Grayscale: #767676. Windows color (decimal): -4040131 or 4020930. OLE color: 4020930.

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

Color convert

RGB1949061-
CMYK00.540.690.24
HSL13.08º52.16%50%-
HSV(B)13.08º68.56%76.08%-
XYZ26.7519.126.7-
YUV117.7995.96182.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.23%
GREEN value IS 90 (35.55% from 255) = 26.09%
BLUE value IS 61 (24.22% from 255) = 17.68%
R=56.23%
G=26.09%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194906100.540.690.2413.0852.1650
HexC25A3D0364518d3432
Octal3021327506610530156462
Binary11000010101101011110101101101000101110001101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25A3D; }

 p { color: rgb(194,90,61); }

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

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

 a { background-color: rgb(194,90,61); }

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

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

 span { border-color: rgb(194,90,61); }

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