#8E162A

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

Shades of Flame Red #8E162A

Tints of Flame Red #8E162A

Color information

#8E162A (or 0x8E162A) is unknown color: approx Flame Red. HEX triplet: 8E, 16 and 2A. RGB value is (142,22,42). Sum of RGB (Red+Green+Blue) = 142+22+42=206 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.93% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 142 - color contains mainly: red. Hex color #8E162A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E162A is #71E9D5. Grayscale: #3C3C3C. Windows color (decimal): -7465430 or 2758286. OLE color: 2758286.

HSL color Cylindrical-coordinate representation of color #8E162A: hue angle of 350º 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 #8E162A is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB1422242-
CMYK00.850.700.44
HSL350º73.17%32.16%-
HSV(B)350º84.51%55.69%-
XYZ11.866.492.82-
YUV60.16117.76186.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 68.93%
GREEN value IS 22 (8.98% from 255) = 10.68%
BLUE value IS 42 (16.80% from 255) = 20.39%
R=68.93%
G=10.68%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142224200.850.700.4435073.1732.16
Hex8E162A055462C15e4920
Octal216265201251065453611140
Binary10001110101101010100101010110001101011001010111101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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