#C25C3A

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

Shades of Ecstasy #C25C3A

Tints of Ecstasy #C25C3A

Color information

#C25C3A (or 0xC25C3A) is unknown color: approx Ecstasy. HEX triplet: C2, 5C and 3A. RGB value is (194,92,58). Sum of RGB (Red+Green+Blue) = 194+92+58=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25C3A is #3DA3C5. Grayscale: #767676. Windows color (decimal): -4039622 or 3824834. OLE color: 3824834.

HSL color Cylindrical-coordinate representation of color #C25C3A: hue angle of 15º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C25C3A is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB1949258-
CMYK00.530.700.24
HSL15º53.97%49.41%-
HSV(B)15º70.1%76.08%-
XYZ26.8419.436.34-
YUV118.6293.79181.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.40%
GREEN value IS 92 (36.33% from 255) = 26.74%
BLUE value IS 58 (23.05% from 255) = 16.86%
R=56.40%
G=26.74%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194925800.530.700.241553.9749.41
HexC25C3A0354618f3631
Octal3021347206510630176661
Binary11000010101110011101001101011000110110001111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25C3A; }

 p { color: rgb(194,92,58); }

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

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

 a { background-color: rgb(194,92,58); }

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

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

 span { border-color: rgb(194,92,58); }

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