Html Css Color HEX #C55E31 Ecstasy

📋 copy color: '#C55E31'

red 197 ◦ green 94 ◦ blue 49

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

Shades of Ecstasy #C55E31

Tints of Ecstasy #C55E31

RGB

 RED value IS 197 (77.34% from 255) = 57.94%

 GREEN value IS 94 (37.11% from 255) = 27.65%

 BLUE value IS 49 (19.53% from 255) = 14.41%

R = 57.94%
G = 27.65%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C55E31 (or 0xC55E31) is known color: Ecstasy. HEX triplet: C5, 5E and 31. RGB value is (197,94,49). Sum of RGB (Red+Green+Blue) = 197+94+49=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55E31 is #3AA1CE. Grayscale: #777777. Windows color (decimal): -3842511 or 3235525. OLE color: 3235525.

HSL color Cylindrical-coordinate representation of color #C55E31: hue angle of 18.24º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C55E31 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 94 49 -
CMYK 0 0.52 0.75 0.23
HSL 18.24º 0.6% 0.48% -
HSV(B) 18.24º 0.75% 0.77% -
XYZ 27.58 20.1 5.33 -
YUV 119.67 88.12 183.16 -
System Red Green Blue C M Y K H S L
Decimal 197 94 49 0 0.52 0.75 0.23 18.24 0.6 0.48
Hex C5 5E 31 0 34 4B 17 12 3C 30
Octal 305 136 61 0 64 113 27 22 74 60
Binary 11000101 1011110 110001 0 110100 1001011 10111 10010 111100 110000

Color Harmonies of #C55E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55E31

Black with #C55E31

Text Example


Text Example

White with #C55E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55E31; }

 p { color: rgb(197,94,49); }

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

background-color css

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

 a { background-color: rgb(197,94,49); }

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

border-color css

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

 span { border-color: rgb(197,94,49); }

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