Html Css Color HEX #C55C31 Ecstasy

📋 copy color: '#C55C31'

red 197 ◦ green 92 ◦ blue 49

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

Shades of Ecstasy #C55C31

Tints of Ecstasy #C55C31

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.22%

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

R = 58.28%
G = 27.22%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C55C31 (or 0xC55C31) is known color: Ecstasy. HEX triplet: C5, 5C and 31. RGB value is (197,92,49). Sum of RGB (Red+Green+Blue) = 197+92+49=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55C31 is #3AA3CE. Grayscale: #767676. Windows color (decimal): -3843023 or 3235013. OLE color: 3235013.

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

Color convert

RGB 197 92 49 -
CMYK 0 0.53 0.75 0.23
HSL 17.43º 0.6% 0.48% -
HSV(B) 17.43º 0.75% 0.77% -
XYZ 27.41 19.75 5.27 -
YUV 118.49 88.79 184 -
System Red Green Blue C M Y K H S L
Decimal 197 92 49 0 0.53 0.75 0.23 17.43 0.6 0.48
Hex C5 5C 31 0 35 4B 17 11 3C 30
Octal 305 134 61 0 65 113 27 21 74 60
Binary 11000101 1011100 110001 0 110101 1001011 10111 10001 111100 110000

Color Harmonies of #C55C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55C31

Black with #C55C31

Text Example


Text Example

White with #C55C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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