#C25C3D

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

Shades of Ecstasy #C25C3D

Tints of Ecstasy #C25C3D

Color information

#C25C3D (or 0xC25C3D) is unknown color: approx Ecstasy. HEX triplet: C2, 5C and 3D. RGB value is (194,92,61). Sum of RGB (Red+Green+Blue) = 194+92+61=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25C3D is #3DA3C2. Grayscale: #777777. Windows color (decimal): -4039619 or 4021442. OLE color: 4021442.

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

Color convert

RGB1949261-
CMYK00.530.690.24
HSL13.98º52.16%50%-
HSV(B)13.98º68.56%76.08%-
XYZ26.9219.466.75-
YUV118.9695.29181.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.91%
GREEN value IS 92 (36.33% from 255) = 26.51%
BLUE value IS 61 (24.22% from 255) = 17.58%
R=55.91%
G=26.51%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194926100.530.690.2413.9852.1650
HexC25C3D0354518e3432
Octal3021347506510530166462
Binary11000010101110011110101101011000101110001110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25C3D; }

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

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

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

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

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

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

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

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