Html Css Color HEX #8C272C Flame Red

📋 copy color: '#8C272C'

red 140 ◦ green 39 ◦ blue 44

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

Shades of Flame Red #8C272C

Tints of Flame Red #8C272C

RGB

 RED value IS 140 (55.08% from 255) = 62.78%

 GREEN value IS 39 (15.63% from 255) = 17.49%

 BLUE value IS 44 (17.58% from 255) = 19.73%

R = 62.78%
G = 17.49%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C272C (or 0x8C272C) is known color: Flame Red. HEX triplet: 8C, 27 and 2C. RGB value is (140,39,44). Sum of RGB (Red+Green+Blue) = 140+39+44=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C272C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C272C is #73D8D3. Grayscale: #454545. Windows color (decimal): -7592148 or 2893708. OLE color: 2893708.

HSL color Cylindrical-coordinate representation of color #8C272C: hue angle of 357.03º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C272C is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 39 44 -
CMYK 0 0.72 0.69 0.45
HSL 357.03º 0.56% 0.35% -
HSV(B) 357.03º 0.72% 0.55% -
XYZ 12 7.21 3.14 -
YUV 69.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 140 39 44 0 0.72 0.69 0.45 357.03 0.56 0.35
Hex 8C 27 2C 0 48 45 2D 165 38 23
Octal 214 47 54 0 110 105 55 545 70 43
Binary 10001100 100111 101100 0 1001000 1000101 101101 101100101 111000 100011

Color Harmonies of #8C272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C272C

Black with #8C272C

Text Example


Text Example

White with #8C272C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C272C; }

 p { color: rgb(140,39,44); }

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

background-color css

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

 a { background-color: rgb(140,39,44); }

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

border-color css

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

 span { border-color: rgb(140,39,44); }

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