Html Css Color HEX #C25A37 Ecstasy

📋 copy color: '#C25A37'

red 194 ◦ green 90 ◦ blue 55

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

Shades of Ecstasy #C25A37

Tints of Ecstasy #C25A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.22%

R = 57.23%
G = 26.55%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C25A37 (or 0xC25A37) is known color: Ecstasy. HEX triplet: C2, 5A and 37. RGB value is (194,90,55). Sum of RGB (Red+Green+Blue) = 194+90+55=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25A37 is #3DA5C8. Grayscale: #757575. Windows color (decimal): -4040137 or 3627714. OLE color: 3627714.

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

Color convert

RGB 194 90 55 -
CMYK 0 0.54 0.72 0.24
HSL 15.11º 0.56% 0.49% -
HSV(B) 15.11º 0.72% 0.76% -
XYZ 26.59 19.06 5.89 -
YUV 117.11 92.96 182.85 -
System Red Green Blue C M Y K H S L
Decimal 194 90 55 0 0.54 0.72 0.24 15.11 0.56 0.49
Hex C2 5A 37 0 36 48 18 F 38 31
Octal 302 132 67 0 66 110 30 17 70 61
Binary 11000010 1011010 110111 0 110110 1001000 11000 1111 111000 110001

Color Harmonies of #C25A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A37

Black with #C25A37

Text Example


Text Example

White with #C25A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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