Html Css Color HEX #C55C38 Ecstasy

📋 copy color: '#C55C38'

red 197 ◦ green 92 ◦ blue 56

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

Shades of Ecstasy #C55C38

Tints of Ecstasy #C55C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.23%

R = 57.1%
G = 26.67%
B = 16.23%

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

#C55C38 (or 0xC55C38) is known color: Ecstasy. HEX triplet: C5, 5C and 38. RGB value is (197,92,56). Sum of RGB (Red+Green+Blue) = 197+92+56=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55C38 is #3AA3C7. Grayscale: #777777. Windows color (decimal): -3843016 or 3693765. OLE color: 3693765.

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

Color convert

RGB 197 92 56 -
CMYK 0 0.53 0.72 0.23
HSL 15.32º 0.56% 0.5% -
HSV(B) 15.32º 0.72% 0.77% -
XYZ 27.57 19.81 6.11 -
YUV 119.29 92.29 183.43 -
System Red Green Blue C M Y K H S L
Decimal 197 92 56 0 0.53 0.72 0.23 15.32 0.56 0.5
Hex C5 5C 38 0 35 48 17 F 38 32
Octal 305 134 70 0 65 110 27 17 70 62
Binary 11000101 1011100 111000 0 110101 1001000 10111 1111 111000 110010

Color Harmonies of #C55C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55C38

Black with #C55C38

Text Example


Text Example

White with #C55C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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