#C25F3C

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

Shades of Ecstasy #C25F3C

Tints of Ecstasy #C25F3C

Color information

#C25F3C (or 0xC25F3C) is unknown color: approx Ecstasy. HEX triplet: C2, 5F and 3C. RGB value is (194,95,60). Sum of RGB (Red+Green+Blue) = 194+95+60=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25F3C is #3DA0C3. Grayscale: #787878. Windows color (decimal): -4038852 or 3956674. OLE color: 3956674.

HSL color Cylindrical-coordinate representation of color #C25F3C: hue angle of 15.67º degrees, saturation: 0.53, 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 #C25F3C is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB1949560-
CMYK00.510.690.24
HSL15.67º52.76%49.8%-
HSV(B)15.67º69.07%76.08%-
XYZ27.1619.986.7-
YUV120.6193.8180.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.59%
GREEN value IS 95 (37.5% from 255) = 27.22%
BLUE value IS 60 (23.83% from 255) = 17.19%
R=55.59%
G=27.22%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194956000.510.690.2415.6752.7649.8
HexC25F3C0334518103532
Octal3021377406310530206562
Binary110000101011111111100011001110001011100010000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25F3C; }

 p { color: rgb(194,95,60); }

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

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

 a { background-color: rgb(194,95,60); }

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

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

 span { border-color: rgb(194,95,60); }

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