#8E212B

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

Shades of Flame Red #8E212B

Tints of Flame Red #8E212B

Color information

#8E212B (or 0x8E212B) is unknown color: approx Flame Red. HEX triplet: 8E, 21 and 2B. RGB value is (142,33,43). Sum of RGB (Red+Green+Blue) = 142+33+43=218 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.14% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 142 - color contains mainly: red. Hex color #8E212B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E212B is #71DED4. Grayscale: #424242. Windows color (decimal): -7462613 or 2826638. OLE color: 2826638.

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

Color convert

RGB1423343-
CMYK00.770.700.44
HSL354.5º62.29%34.31%-
HSV(B)354.5º76.76%55.69%-
XYZ12.147.013-
YUV66.73114.61181.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 65.14%
GREEN value IS 33 (13.28% from 255) = 15.14%
BLUE value IS 43 (17.19% from 255) = 19.72%
R=65.14%
G=15.14%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142334300.770.700.44354.562.2934.31
Hex8E212B04D462C1623e22
Octal21641530115106545427642
Binary10001110100001101011010011011000110101100101100010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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