#8E3B2A

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

Shades of Fire #8E3B2A

Tints of Fire #8E3B2A

Color information

#8E3B2A (or 0x8E3B2A) is unknown color: approx Fire. HEX triplet: 8E, 3B and 2A. RGB value is (142,59,42). Sum of RGB (Red+Green+Blue) = 142+59+42=243 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.44% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3B2A is #71C4D5. Grayscale: #525252. Windows color (decimal): -7455958 or 2767758. OLE color: 2767758.

HSL color Cylindrical-coordinate representation of color #8E3B2A: hue angle of 10.2º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E3B2A is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB1425942-
CMYK00.580.700.44
HSL10.2º54.35%36.08%-
HSV(B)10.2º70.42%55.69%-
XYZ13.149.053.24-
YUV81.88105.5170.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.44%
GREEN value IS 59 (23.44% from 255) = 24.28%
BLUE value IS 42 (16.80% from 255) = 17.28%
R=58.44%
G=24.28%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142594200.580.700.4410.254.3536.08
Hex8E3B2A03A462Ca3624
Octal216735207210654126644
Binary10001110111011101010011101010001101011001010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,59,42); }

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

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

 a { background-color: rgb(142,59,42); }

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

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

 span { border-color: rgb(142,59,42); }

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