Html Css Color HEX #C55C35 Ecstasy

📋 copy color: '#C55C35'

red 197 ◦ green 92 ◦ blue 53

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

Shades of Ecstasy #C55C35

Tints of Ecstasy #C55C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.5%

R = 57.6%
G = 26.9%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C55C35 (or 0xC55C35) is known color: Ecstasy. HEX triplet: C5, 5C and 35. RGB value is (197,92,53). Sum of RGB (Red+Green+Blue) = 197+92+53=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55C35 is #3AA3CA. Grayscale: #777777. Windows color (decimal): -3843019 or 3497157. OLE color: 3497157.

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

Color convert

RGB 197 92 53 -
CMYK 0 0.53 0.73 0.23
HSL 16.25º 0.58% 0.49% -
HSV(B) 16.25º 0.73% 0.77% -
XYZ 27.5 19.78 5.74 -
YUV 118.95 90.79 183.67 -
System Red Green Blue C M Y K H S L
Decimal 197 92 53 0 0.53 0.73 0.23 16.25 0.58 0.49
Hex C5 5C 35 0 35 49 17 10 3A 31
Octal 305 134 65 0 65 111 27 20 72 61
Binary 11000101 1011100 110101 0 110101 1001001 10111 10000 111010 110001

Color Harmonies of #C55C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55C35

Black with #C55C35

Text Example


Text Example

White with #C55C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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