#8C272C

Color #8C272C Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #8C272C

Tints of Flame Red #8C272C

Color information

#8C272C (or 0x8C272C) is unknown color: approx 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

RGB1403944-
CMYK00.720.690.45
HSL357.03º56.42%35.1%-
HSV(B)357.03º72.14%54.9%-
XYZ127.213.14-
YUV69.77113.46178.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 62.78%
GREEN value IS 39 (15.62% 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 (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140394400.720.690.45357.0356.4235.1
Hex8C272C048452D1653823
Octal21447540110105555457043
Binary10001100100111101100010010001000101101101101100101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>