Html Css Color HEX #C25F37 Ecstasy

📋 copy color: '#C25F37'

red 194 ◦ green 95 ◦ blue 55

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

Shades of Ecstasy #C25F37

Tints of Ecstasy #C25F37

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.62%

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

R = 56.4%
G = 27.62%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C25F37 (or 0xC25F37) is known color: Ecstasy. HEX triplet: C2, 5F and 37. RGB value is (194,95,55). Sum of RGB (Red+Green+Blue) = 194+95+55=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25F37 is #3DA0C8. Grayscale: #787878. Windows color (decimal): -4038857 or 3628994. OLE color: 3628994.

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

Color convert

RGB 194 95 55 -
CMYK 0 0.51 0.72 0.24
HSL 17.27º 0.56% 0.49% -
HSV(B) 17.27º 0.72% 0.76% -
XYZ 27.03 19.93 6.04 -
YUV 120.04 91.3 180.75 -
System Red Green Blue C M Y K H S L
Decimal 194 95 55 0 0.51 0.72 0.24 17.27 0.56 0.49
Hex C2 5F 37 0 33 48 18 11 38 31
Octal 302 137 67 0 63 110 30 21 70 61
Binary 11000010 1011111 110111 0 110011 1001000 11000 10001 111000 110001

Color Harmonies of #C25F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F37

Black with #C25F37

Text Example


Text Example

White with #C25F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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