#8c272b

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

Shades of Flame Red #8C272B

Tints of Flame Red #8C272B

Color information

#8C272B (or 0x8C272B) is unknown color: approx Flame Red. HEX triplet: 8C, 27 and 2B. RGB value is (140,39,43). Sum of RGB (Red+Green+Blue) = 140+39+43=222 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.06% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 140 - color contains mainly: red. Hex color #8C272B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C272B is #73D8D4. Grayscale: #454545. Windows color (decimal): -7592149 or 2828172. OLE color: 2828172.

HSL color Cylindrical-coordinate representation of color #8C272B: hue angle of 357.62º 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 #8C272B is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB1403943-
CMYK00.720.690.45
HSL357.62º56.42%35.1%-
HSV(B)357.62º72.14%54.9%-
XYZ11.987.23.04-
YUV69.66112.96178.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 63.06%
GREEN value IS 39 (15.62% from 255) = 17.57%
BLUE value IS 43 (17.19% from 255) = 19.37%
R=63.06%
G=17.57%
B=19.37%

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
Decimal140394300.720.690.45357.6256.4235.1
Hex8C272B048452D1663823
Octal21447530110105555467043
Binary10001100100111101011010010001000101101101101100110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c272b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8c272b;
 }
 .AnyTagClassName
 {
   color: #8c272b;
 }
</style>
background-color css

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

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

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

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

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

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