Html Css Color HEX #C55F3A Ecstasy

📋 copy color: '#C55F3A'

red 197 ◦ green 95 ◦ blue 58

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

Shades of Ecstasy #C55F3A

Tints of Ecstasy #C55F3A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.14%

 BLUE value IS 58 (23.05% from 255) = 16.57%

R = 56.29%
G = 27.14%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C55F3A (or 0xC55F3A) is known color: Ecstasy. HEX triplet: C5, 5F and 3A. RGB value is (197,95,58). Sum of RGB (Red+Green+Blue) = 197+95+58=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55F3A is #3AA0C5. Grayscale: #797979. Windows color (decimal): -3842246 or 3825605. OLE color: 3825605.

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

Color convert

RGB 197 95 58 -
CMYK 0 0.52 0.71 0.23
HSL 15.97º 0.55% 0.5% -
HSV(B) 15.97º 0.71% 0.77% -
XYZ 27.88 20.36 6.46 -
YUV 121.28 92.29 182.01 -
System Red Green Blue C M Y K H S L
Decimal 197 95 58 0 0.52 0.71 0.23 15.97 0.55 0.5
Hex C5 5F 3A 0 34 47 17 10 37 32
Octal 305 137 72 0 64 107 27 20 67 62
Binary 11000101 1011111 111010 0 110100 1000111 10111 10000 110111 110010

Color Harmonies of #C55F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55F3A

Black with #C55F3A

Text Example


Text Example

White with #C55F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55F3A; }

 p { color: rgb(197,95,58); }

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

background-color css

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

 a { background-color: rgb(197,95,58); }

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

border-color css

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

 span { border-color: rgb(197,95,58); }

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