Html Css Color HEX #C55E3F Ecstasy

📋 copy color: '#C55E3F'

red 197 ◦ green 94 ◦ blue 63

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

Shades of Ecstasy #C55E3F

Tints of Ecstasy #C55E3F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.55%

 BLUE value IS 63 (25% from 255) = 17.8%

R = 55.65%
G = 26.55%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C55E3F (or 0xC55E3F) is known color: Ecstasy. HEX triplet: C5, 5E and 3F. RGB value is (197,94,63). Sum of RGB (Red+Green+Blue) = 197+94+63=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55E3F is #3AA1C0. Grayscale: #797979. Windows color (decimal): -3842497 or 4153029. OLE color: 4153029.

HSL color Cylindrical-coordinate representation of color #C55E3F: hue angle of 13.88º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C55E3F is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 94 63 -
CMYK 0 0.52 0.68 0.23
HSL 13.88º 0.54% 0.51% -
HSV(B) 13.88º 0.68% 0.77% -
XYZ 27.93 20.23 7.14 -
YUV 121.26 95.12 182.02 -
System Red Green Blue C M Y K H S L
Decimal 197 94 63 0 0.52 0.68 0.23 13.88 0.54 0.51
Hex C5 5E 3F 0 34 44 17 E 36 33
Octal 305 136 77 0 64 104 27 16 66 63
Binary 11000101 1011110 111111 0 110100 1000100 10111 1110 110110 110011

Color Harmonies of #C55E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55E3F

Black with #C55E3F

Text Example


Text Example

White with #C55E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55E3F; }

 p { color: rgb(197,94,63); }

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

background-color css

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

 a { background-color: rgb(197,94,63); }

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

border-color css

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

 span { border-color: rgb(197,94,63); }

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