#8e212a

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

Shades of Flame Red #8E212A

Tints of Flame Red #8E212A

Color information

#8E212A (or 0x8E212A) is unknown color: approx Flame Red. HEX triplet: 8E, 21 and 2A. RGB value is (142,33,42). Sum of RGB (Red+Green+Blue) = 142+33+42=217 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.44% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 142 - color contains mainly: red. Hex color #8E212A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E212A is #71DED5. Grayscale: #424242. Windows color (decimal): -7462614 or 2761102. OLE color: 2761102.

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

Color convert

RGB1423342-
CMYK00.770.700.44
HSL355.05º62.29%34.31%-
HSV(B)355.05º76.76%55.69%-
XYZ12.127.012.9-
YUV66.62114.11181.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 65.44%
GREEN value IS 33 (13.28% from 255) = 15.21%
BLUE value IS 42 (16.80% from 255) = 19.35%
R=65.44%
G=15.21%
B=19.35%

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
Decimal142334200.770.700.44355.0562.2934.31
Hex8E212A04D462C1633e22
Octal21641520115106545437642
Binary10001110100001101010010011011000110101100101100011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e212a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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