#8F3E25

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

Shades of Fire #8F3E25

Tints of Fire #8F3E25

Color information

#8F3E25 (or 0x8F3E25) is unknown color: approx Fire. HEX triplet: 8F, 3E and 25. RGB value is (143,62,37). Sum of RGB (Red+Green+Blue) = 143+62+37=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3E25 is #70C1DA. Grayscale: #535353. Windows color (decimal): -7389659 or 2440847. OLE color: 2440847.

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

Color convert

RGB1436237-
CMYK00.570.740.44
HSL14.15º58.89%35.29%-
HSV(B)14.15º74.13%56.08%-
XYZ13.389.422.86-
YUV83.37101.84170.53-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 59.09%
GREEN value IS 62 (24.61% from 255) = 25.62%
BLUE value IS 37 (14.84% from 255) = 15.29%
R=59.09%
G=25.62%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143623700.570.740.4414.1558.8935.29
Hex8F3E250394A2Ce3b23
Octal217764507111254167343
Binary10001111111110100101011100110010101011001110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,62,37); }

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

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

 a { background-color: rgb(143,62,37); }

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

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

 span { border-color: rgb(143,62,37); }

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