Html Css Color HEX #C25A39 Ecstasy

📋 copy color: '#C25A39'

red 194 ◦ green 90 ◦ blue 57

#C25A39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecstasy #C25A39

Tints of Ecstasy #C25A39

RGB

 RED value IS 194 (76.17% from 255) = 56.89%

 GREEN value IS 90 (35.55% from 255) = 26.39%

 BLUE value IS 57 (22.66% from 255) = 16.72%

R = 56.89%
G = 26.39%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C25A39 (or 0xC25A39) is known color: Ecstasy. HEX triplet: C2, 5A and 39. RGB value is (194,90,57). Sum of RGB (Red+Green+Blue) = 194+90+57=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25A39 is #3DA5C6. Grayscale: #757575. Windows color (decimal): -4040135 or 3758786. OLE color: 3758786.

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

Color convert

RGB 194 90 57 -
CMYK 0 0.54 0.71 0.24
HSL 14.45º 0.55% 0.49% -
HSV(B) 14.45º 0.71% 0.76% -
XYZ 26.64 19.08 6.15 -
YUV 117.33 93.96 182.68 -
System Red Green Blue C M Y K H S L
Decimal 194 90 57 0 0.54 0.71 0.24 14.45 0.55 0.49
Hex C2 5A 39 0 36 47 18 E 37 31
Octal 302 132 71 0 66 107 30 16 67 61
Binary 11000010 1011010 111001 0 110110 1000111 11000 1110 110111 110001

Color Harmonies of #C25A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A39

Black with #C25A39

Text Example


Text Example

White with #C25A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A39; }

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

 H1.HeaderClassName
 {
   color: #C25A39;
 }
 .AnyTagClassName
 {
   color: #C25A39;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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