#8E192D

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

Shades of Flame Red #8E192D

Tints of Flame Red #8E192D

Color information

#8E192D (or 0x8E192D) is unknown color: approx Flame Red. HEX triplet: 8E, 19 and 2D. RGB value is (142,25,45). Sum of RGB (Red+Green+Blue) = 142+25+45=212 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.98% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 142 - color contains mainly: red. Hex color #8E192D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E192D is #71E6D2. Grayscale: #3E3E3E. Windows color (decimal): -7464659 or 2955662. OLE color: 2955662.

HSL color Cylindrical-coordinate representation of color #8E192D: hue angle of 349.74º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E192D is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB1422545-
CMYK00.820.680.44
HSL349.74º70.06%32.75%-
HSV(B)349.74º82.39%55.69%-
XYZ11.986.643.13-
YUV62.26118.26184.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 66.98%
GREEN value IS 25 (10.16% from 255) = 11.79%
BLUE value IS 45 (17.97% from 255) = 21.23%
R=66.98%
G=11.79%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142254500.820.680.44349.7470.0632.75
Hex8E192D052442C15e4621
Octal216315501221045453610641
Binary10001110110011011010101001010001001011001010111101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,25,45); }

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

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

 a { background-color: rgb(142,25,45); }

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

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

 span { border-color: rgb(142,25,45); }

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