Html Css Color HEX #C55D3E Ecstasy

📋 copy color: '#C55D3E'

red 197 ◦ green 93 ◦ blue 62

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

Shades of Ecstasy #C55D3E

Tints of Ecstasy #C55D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.61%

R = 55.97%
G = 26.42%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C55D3E (or 0xC55D3E) is known color: Ecstasy. HEX triplet: C5, 5D and 3E. RGB value is (197,93,62). Sum of RGB (Red+Green+Blue) = 197+93+62=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55D3E is #3AA2C1. Grayscale: #787878. Windows color (decimal): -3842754 or 4087237. OLE color: 4087237.

HSL color Cylindrical-coordinate representation of color #C55D3E: hue angle of 13.78º 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 #C55D3E is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 93 62 -
CMYK 0 0.53 0.69 0.23
HSL 13.78º 0.54% 0.51% -
HSV(B) 13.78º 0.69% 0.77% -
XYZ 27.81 20.05 6.96 -
YUV 120.56 94.96 182.52 -
System Red Green Blue C M Y K H S L
Decimal 197 93 62 0 0.53 0.69 0.23 13.78 0.54 0.51
Hex C5 5D 3E 0 35 45 17 E 36 33
Octal 305 135 76 0 65 105 27 16 66 63
Binary 11000101 1011101 111110 0 110101 1000101 10111 1110 110110 110011

Color Harmonies of #C55D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55D3E

Black with #C55D3E

Text Example


Text Example

White with #C55D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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