#C25F3E

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

Shades of Ecstasy #C25F3E

Tints of Ecstasy #C25F3E

Color information

#C25F3E (or 0xC25F3E) is unknown color: approx Ecstasy. HEX triplet: C2, 5F and 3E. RGB value is (194,95,62). Sum of RGB (Red+Green+Blue) = 194+95+62=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25F3E is #3DA0C1. Grayscale: #797979. Windows color (decimal): -4038850 or 4087746. OLE color: 4087746.

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

Color convert

RGB1949562-
CMYK00.510.680.24
HSL15º51.97%50.2%-
HSV(B)15º68.04%76.08%-
XYZ27.21206.98-
YUV120.8494.8180.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.27%
GREEN value IS 95 (37.5% from 255) = 27.07%
BLUE value IS 62 (24.61% from 255) = 17.66%
R=55.27%
G=27.07%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194956200.510.680.241551.9750.2
HexC25F3E0334418f3432
Octal3021377606310430176462
Binary11000010101111111111001100111000100110001111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25F3E; }

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

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

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

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

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

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

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

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