#8E1B20

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

Shades of Flame Red #8E1B20

Tints of Flame Red #8E1B20

Color information

#8E1B20 (or 0x8E1B20) is unknown color: approx Flame Red. HEX triplet: 8E, 1B and 20. RGB value is (142,27,32). Sum of RGB (Red+Green+Blue) = 142+27+32=201 (26% of max value = 765). Red value is 142 (55.86% from 255 or 70.65% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1B20 is #71E4DF. Grayscale: #3E3E3E. Windows color (decimal): -7464160 or 2104206. OLE color: 2104206.

HSL color Cylindrical-coordinate representation of color #8E1B20: hue angle of 357.39º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E1B20 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB1422732-
CMYK00.810.770.44
HSL357.39º68.05%33.14%-
HSV(B)357.39º80.99%55.69%-
XYZ11.816.642.03-
YUV61.96111.1185.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 70.65%
GREEN value IS 27 (10.94% from 255) = 13.43%
BLUE value IS 32 (12.89% from 255) = 15.92%
R=70.65%
G=13.43%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142273200.810.770.44357.3968.0533.14
Hex8E1B200514D2C1654421
Octal216334001211155454510441
Binary10001110110111000000101000110011011011001011001011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,27,32); }

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

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

 a { background-color: rgb(142,27,32); }

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

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

 span { border-color: rgb(142,27,32); }

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