#8E1819

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

Shades of Flame Red #8E1819

Tints of Flame Red #8E1819

Color information

#8E1819 (or 0x8E1819) is unknown color: approx Flame Red. HEX triplet: 8E, 18 and 19. RGB value is (142,24,25). Sum of RGB (Red+Green+Blue) = 142+24+25=191 (25% of max value = 765). Red value is 142 (55.86% from 255 or 74.35% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1819 is #71E7E6. Grayscale: #3B3B3B. Windows color (decimal): -7464935 or 1644686. OLE color: 1644686.

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

Color convert

RGB1422425-
CMYK00.830.820.44
HSL359.49º71.08%32.55%-
HSV(B)359.49º83.1%55.69%-
XYZ11.666.471.55-
YUV59.4108.59186.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 74.35%
GREEN value IS 24 (9.77% from 255) = 12.57%
BLUE value IS 25 (10.16% from 255) = 13.09%
R=74.35%
G=12.57%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142242500.830.820.44359.4971.0832.55
Hex8E1819053522C1674721
Octal216303101231225454710741
Binary1000111011000110010101001110100101011001011001111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,24,25); }

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

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

 a { background-color: rgb(142,24,25); }

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

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

 span { border-color: rgb(142,24,25); }

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