Html Css Color HEX #C55D37 Ecstasy

📋 copy color: '#C55D37'

red 197 ◦ green 93 ◦ blue 55

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

Shades of Ecstasy #C55D37

Tints of Ecstasy #C55D37

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.96%

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

R = 57.1%
G = 26.96%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C55D37 (or 0xC55D37) is known color: Ecstasy. HEX triplet: C5, 5D and 37. RGB value is (197,93,55). Sum of RGB (Red+Green+Blue) = 197+93+55=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55D37 is #3AA2C8. Grayscale: #787878. Windows color (decimal): -3842761 or 3628485. OLE color: 3628485.

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

Color convert

RGB 197 93 55 -
CMYK 0 0.53 0.72 0.23
HSL 16.06º 0.56% 0.49% -
HSV(B) 16.06º 0.72% 0.77% -
XYZ 27.63 19.97 6.01 -
YUV 119.76 91.46 183.09 -
System Red Green Blue C M Y K H S L
Decimal 197 93 55 0 0.53 0.72 0.23 16.06 0.56 0.49
Hex C5 5D 37 0 35 48 17 10 38 31
Octal 305 135 67 0 65 110 27 20 70 61
Binary 11000101 1011101 110111 0 110101 1001000 10111 10000 111000 110001

Color Harmonies of #C55D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55D37

Black with #C55D37

Text Example


Text Example

White with #C55D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55D37; }

 p { color: rgb(197,93,55); }

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

background-color css

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

 a { background-color: rgb(197,93,55); }

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

border-color css

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

 span { border-color: rgb(197,93,55); }

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