#8E3A2C

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

Shades of Fire #8E3A2C

Tints of Fire #8E3A2C

Color information

#8E3A2C (or 0x8E3A2C) is unknown color: approx Fire. HEX triplet: 8E, 3A and 2C. RGB value is (142,58,44). Sum of RGB (Red+Green+Blue) = 142+58+44=244 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.20% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3A2C is #71C5D3. Grayscale: #515151. Windows color (decimal): -7456212 or 2898574. OLE color: 2898574.

HSL color Cylindrical-coordinate representation of color #8E3A2C: hue angle of 8.57º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E3A2C is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB1425844-
CMYK00.590.690.44
HSL8.57º52.69%36.47%-
HSV(B)8.57º69.01%55.69%-
XYZ13.128.963.42-
YUV81.52106.83171.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.20%
GREEN value IS 58 (23.05% from 255) = 23.77%
BLUE value IS 44 (17.58% from 255) = 18.03%
R=58.20%
G=23.77%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142584400.590.690.448.5752.6936.47
Hex8E3A2C03B452C93524
Octal216725407310554116544
Binary10001110111010101100011101110001011011001001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,58,44); }

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

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

 a { background-color: rgb(142,58,44); }

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

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

 span { border-color: rgb(142,58,44); }

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