Html Css Color HEX #C55E3D Ecstasy

📋 copy color: '#C55E3D'

red 197 ◦ green 94 ◦ blue 61

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

Shades of Ecstasy #C55E3D

Tints of Ecstasy #C55E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.33%

R = 55.97%
G = 26.7%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C55E3D (or 0xC55E3D) is known color: Ecstasy. HEX triplet: C5, 5E and 3D. RGB value is (197,94,61). Sum of RGB (Red+Green+Blue) = 197+94+61=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55E3D is #3AA1C2. Grayscale: #797979. Windows color (decimal): -3842499 or 4021957. OLE color: 4021957.

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

Color convert

RGB 197 94 61 -
CMYK 0 0.52 0.69 0.23
HSL 14.56º 0.54% 0.51% -
HSV(B) 14.56º 0.69% 0.77% -
XYZ 27.87 20.21 6.85 -
YUV 121.04 94.12 182.18 -
System Red Green Blue C M Y K H S L
Decimal 197 94 61 0 0.52 0.69 0.23 14.56 0.54 0.51
Hex C5 5E 3D 0 34 45 17 F 36 33
Octal 305 136 75 0 64 105 27 17 66 63
Binary 11000101 1011110 111101 0 110100 1000101 10111 1111 110110 110011

Color Harmonies of #C55E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55E3D

Black with #C55E3D

Text Example


Text Example

White with #C55E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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