#8E1B26

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

Shades of Flame Red #8E1B26

Tints of Flame Red #8E1B26

Color information

#8E1B26 (or 0x8E1B26) is unknown color: approx Flame Red. HEX triplet: 8E, 1B and 26. RGB value is (142,27,38). Sum of RGB (Red+Green+Blue) = 142+27+38=207 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.60% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1B26 is #71E4D9. Grayscale: #3E3E3E. Windows color (decimal): -7464154 or 2497422. OLE color: 2497422.

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

Color convert

RGB1422738-
CMYK00.810.730.44
HSL354.26º68.05%33.14%-
HSV(B)354.26º80.99%55.69%-
XYZ11.96.672.49-
YUV62.64114.1184.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 68.60%
GREEN value IS 27 (10.94% from 255) = 13.04%
BLUE value IS 38 (15.23% from 255) = 18.36%
R=68.60%
G=13.04%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142273800.810.730.44354.2668.0533.14
Hex8E1B26051492C1624421
Octal216334601211115454210441
Binary10001110110111001100101000110010011011001011000101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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