#8e1623

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

Shades of Flame Red #8E1623

Tints of Flame Red #8E1623

Color information

#8E1623 (or 0x8E1623) is unknown color: approx Flame Red. HEX triplet: 8E, 16 and 23. RGB value is (142,22,35). Sum of RGB (Red+Green+Blue) = 142+22+35=199 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71.36% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1623 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1623 is #71E9DC. Grayscale: #3B3B3B. Windows color (decimal): -7465437 or 2299534. OLE color: 2299534.

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

Color convert

RGB1422235-
CMYK00.850.750.44
HSL353.5º73.17%32.16%-
HSV(B)353.5º84.51%55.69%-
XYZ11.756.452.22-
YUV59.36114.26186.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 71.36%
GREEN value IS 22 (8.98% from 255) = 11.06%
BLUE value IS 35 (14.06% from 255) = 17.59%
R=71.36%
G=11.06%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142223500.850.750.44353.573.1732.16
Hex8E16230554B2C1624920
Octal216264301251135454211140
Binary10001110101101000110101010110010111011001011000101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e1623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,22,35); }

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

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

 a { background-color: rgb(142,22,35); }

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

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

 span { border-color: rgb(142,22,35); }

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