Html Css Color HEX #C55B2F Ecstasy

📋 copy color: '#C55B2F'

red 197 ◦ green 91 ◦ blue 47

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

Shades of Ecstasy #C55B2F

Tints of Ecstasy #C55B2F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.16%

 BLUE value IS 47 (18.75% from 255) = 14.03%

R = 58.81%
G = 27.16%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C55B2F (or 0xC55B2F) is known color: Ecstasy. HEX triplet: C5, 5B and 2F. RGB value is (197,91,47). Sum of RGB (Red+Green+Blue) = 197+91+47=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55B2F is #3AA4D0. Grayscale: #757575. Windows color (decimal): -3843281 or 3103685. OLE color: 3103685.

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

Color convert

RGB 197 91 47 -
CMYK 0 0.54 0.76 0.23
HSL 17.6º 0.61% 0.48% -
HSV(B) 17.6º 0.76% 0.77% -
XYZ 27.28 19.56 5.03 -
YUV 117.68 88.12 184.58 -
System Red Green Blue C M Y K H S L
Decimal 197 91 47 0 0.54 0.76 0.23 17.6 0.61 0.48
Hex C5 5B 2F 0 36 4C 17 12 3D 30
Octal 305 133 57 0 66 114 27 22 75 60
Binary 11000101 1011011 101111 0 110110 1001100 10111 10010 111101 110000

Color Harmonies of #C55B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55B2F

Black with #C55B2F

Text Example


Text Example

White with #C55B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55B2F; }

 p { color: rgb(197,91,47); }

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

background-color css

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

 a { background-color: rgb(197,91,47); }

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

border-color css

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

 span { border-color: rgb(197,91,47); }

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