#8E2122

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

Shades of Flame Red #8E2122

Tints of Flame Red #8E2122

Color information

#8E2122 (or 0x8E2122) is unknown color: approx Flame Red. HEX triplet: 8E, 21 and 22. RGB value is (142,33,34). Sum of RGB (Red+Green+Blue) = 142+33+34=209 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.94% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2122 is #71DEDD. Grayscale: #414141. Windows color (decimal): -7462622 or 2236814. OLE color: 2236814.

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

Color convert

RGB1423334-
CMYK00.770.760.44
HSL359.45º62.29%34.31%-
HSV(B)359.45º76.76%55.69%-
XYZ11.996.952.22-
YUV65.7110.11182.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 67.94%
GREEN value IS 33 (13.28% from 255) = 15.79%
BLUE value IS 34 (13.67% from 255) = 16.27%
R=67.94%
G=15.79%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142333400.770.760.44359.4562.2934.31
Hex8E212204D4C2C1673e22
Octal21641420115114545477642
Binary10001110100001100010010011011001100101100101100111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,33,34); }

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

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

 a { background-color: rgb(142,33,34); }

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

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

 span { border-color: rgb(142,33,34); }

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