Html Css Color HEX #C55B3D Ecstasy

📋 copy color: '#C55B3D'

red 197 ◦ green 91 ◦ blue 61

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

Shades of Ecstasy #C55B3D

Tints of Ecstasy #C55B3D

RGB

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

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

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

R = 56.45%
G = 26.07%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C55B3D (or 0xC55B3D) is known color: Ecstasy. HEX triplet: C5, 5B and 3D. RGB value is (197,91,61). Sum of RGB (Red+Green+Blue) = 197+91+61=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55B3D is #3AA4C2. Grayscale: #777777. Windows color (decimal): -3843267 or 4021189. OLE color: 4021189.

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

Color convert

RGB 197 91 61 -
CMYK 0 0.54 0.69 0.23
HSL 13.24º 0.54% 0.51% -
HSV(B) 13.24º 0.69% 0.77% -
XYZ 27.61 19.69 6.76 -
YUV 119.27 95.12 183.44 -
System Red Green Blue C M Y K H S L
Decimal 197 91 61 0 0.54 0.69 0.23 13.24 0.54 0.51
Hex C5 5B 3D 0 36 45 17 D 36 33
Octal 305 133 75 0 66 105 27 15 66 63
Binary 11000101 1011011 111101 0 110110 1000101 10111 1101 110110 110011

Color Harmonies of #C55B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55B3D

Black with #C55B3D

Text Example


Text Example

White with #C55B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55B3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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