#8E162C

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

Shades of Flame Red #8E162C

Tints of Flame Red #8E162C

Color information

#8E162C (or 0x8E162C) is unknown color: approx Flame Red. HEX triplet: 8E, 16 and 2C. RGB value is (142,22,44). Sum of RGB (Red+Green+Blue) = 142+22+44=208 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.27% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 142 - color contains mainly: red. Hex color #8E162C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E162C is #71E9D3. Grayscale: #3C3C3C. Windows color (decimal): -7465428 or 2889358. OLE color: 2889358.

HSL color Cylindrical-coordinate representation of color #8E162C: hue angle of 349º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E162C is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB1422244-
CMYK00.850.690.44
HSL349º73.17%32.16%-
HSV(B)349º84.51%55.69%-
XYZ11.96.513.01-
YUV60.39118.76186.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 68.27%
GREEN value IS 22 (8.98% from 255) = 10.58%
BLUE value IS 44 (17.58% from 255) = 21.15%
R=68.27%
G=10.58%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142224400.850.690.4434973.1732.16
Hex8E162C055452C15d4920
Octal216265401251055453511140
Binary10001110101101011000101010110001011011001010111011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,22,44); }

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

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

 a { background-color: rgb(142,22,44); }

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

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

 span { border-color: rgb(142,22,44); }

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