#8E422D

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

Shades of Fire #8E422D

Tints of Fire #8E422D

Color information

#8E422D (or 0x8E422D) is unknown color: approx Fire. HEX triplet: 8E, 42 and 2D. RGB value is (142,66,45). Sum of RGB (Red+Green+Blue) = 142+66+45=253 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.13% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 142 - color contains mainly: red. Hex color #8E422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E422D is #71BDD2. Grayscale: #565656. Windows color (decimal): -7454163 or 2966158. OLE color: 2966158.

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

Color convert

RGB1426645-
CMYK00.540.680.44
HSL12.99º51.87%36.67%-
HSV(B)12.99º68.31%55.69%-
XYZ13.589.843.67-
YUV86.33104.68167.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.13%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 45 (17.97% from 255) = 17.79%
R=56.13%
G=26.09%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142664500.540.680.4412.9951.8736.67
Hex8E422D036442Cd3425
Octal2161025506610454156445
Binary100011101000010101101011011010001001011001101110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,66,45); }

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

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

 a { background-color: rgb(142,66,45); }

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

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

 span { border-color: rgb(142,66,45); }

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