Html Css Color HEX #C55F3F Ecstasy

📋 copy color: '#C55F3F'

red 197 ◦ green 95 ◦ blue 63

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

Shades of Ecstasy #C55F3F

Tints of Ecstasy #C55F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.75%

R = 55.49%
G = 26.76%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C55F3F (or 0xC55F3F) is known color: Ecstasy. HEX triplet: C5, 5F and 3F. RGB value is (197,95,63). Sum of RGB (Red+Green+Blue) = 197+95+63=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55F3F is #3AA0C0. Grayscale: #7A7A7A. Windows color (decimal): -3842241 or 4153285. OLE color: 4153285.

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

Color convert

RGB 197 95 63 -
CMYK 0 0.52 0.68 0.23
HSL 14.33º 0.54% 0.51% -
HSV(B) 14.33º 0.68% 0.77% -
XYZ 28.02 20.41 7.17 -
YUV 121.85 94.79 181.6 -
System Red Green Blue C M Y K H S L
Decimal 197 95 63 0 0.52 0.68 0.23 14.33 0.54 0.51
Hex C5 5F 3F 0 34 44 17 E 36 33
Octal 305 137 77 0 64 104 27 16 66 63
Binary 11000101 1011111 111111 0 110100 1000100 10111 1110 110110 110011

Color Harmonies of #C55F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55F3F

Black with #C55F3F

Text Example


Text Example

White with #C55F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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