Html Css Color HEX #C55B31 Ecstasy

📋 copy color: '#C55B31'

red 197 ◦ green 91 ◦ blue 49

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

Shades of Ecstasy #C55B31

Tints of Ecstasy #C55B31

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27%

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

R = 58.46%
G = 27%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C55B31 (or 0xC55B31) is known color: Ecstasy. HEX triplet: C5, 5B and 31. RGB value is (197,91,49). Sum of RGB (Red+Green+Blue) = 197+91+49=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55B31 is #3AA4CE. Grayscale: #767676. Windows color (decimal): -3843279 or 3234757. OLE color: 3234757.

HSL color Cylindrical-coordinate representation of color #C55B31: hue angle of 17.03º 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 #C55B31 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 91 49 -
CMYK 0 0.54 0.75 0.23
HSL 17.03º 0.6% 0.48% -
HSV(B) 17.03º 0.75% 0.77% -
XYZ 27.32 19.57 5.24 -
YUV 117.91 89.12 184.42 -
System Red Green Blue C M Y K H S L
Decimal 197 91 49 0 0.54 0.75 0.23 17.03 0.6 0.48
Hex C5 5B 31 0 36 4B 17 11 3C 30
Octal 305 133 61 0 66 113 27 21 74 60
Binary 11000101 1011011 110001 0 110110 1001011 10111 10001 111100 110000

Color Harmonies of #C55B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55B31

Black with #C55B31

Text Example


Text Example

White with #C55B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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