#8E1726

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

Shades of Flame Red #8E1726

Tints of Flame Red #8E1726

Color information

#8E1726 (or 0x8E1726) is unknown color: approx Flame Red. HEX triplet: 8E, 17 and 26. RGB value is (142,23,38). Sum of RGB (Red+Green+Blue) = 142+23+38=203 (26% of max value = 765). Red value is 142 (55.86% from 255 or 69.95% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1726 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1726 is #71E8D9. Grayscale: #3C3C3C. Windows color (decimal): -7465178 or 2496398. OLE color: 2496398.

HSL color Cylindrical-coordinate representation of color #8E1726: hue angle of 352.44º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E1726 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB1422338-
CMYK00.840.730.44
HSL352.44º72.12%32.35%-
HSV(B)352.44º83.8%55.69%-
XYZ11.816.52.47-
YUV60.29115.42186.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 69.95%
GREEN value IS 23 (9.38% from 255) = 11.33%
BLUE value IS 38 (15.23% from 255) = 18.72%
R=69.95%
G=11.33%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142233800.840.730.44352.4472.1232.35
Hex8E1726054492C1604820
Octal216274601241115454011040
Binary10001110101111001100101010010010011011001011000001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,23,38); }

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

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

 a { background-color: rgb(142,23,38); }

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

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

 span { border-color: rgb(142,23,38); }

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