#8F3C2E

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

Shades of Fire #8F3C2E

Tints of Fire #8F3C2E

Color information

#8F3C2E (or 0x8F3C2E) is unknown color: approx Fire. HEX triplet: 8F, 3C and 2E. RGB value is (143,60,46). Sum of RGB (Red+Green+Blue) = 143+60+46=249 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.43% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3C2E is #70C3D1. Grayscale: #535353. Windows color (decimal): -7390162 or 3030159. OLE color: 3030159.

HSL color Cylindrical-coordinate representation of color #8F3C2E: hue angle of 8.66º degrees, saturation: 0.51, 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 #8F3C2E is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB1436046-
CMYK00.580.680.44
HSL8.66º51.32%37.06%-
HSV(B)8.66º67.83%56.08%-
XYZ13.449.273.67-
YUV83.22107170.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 57.43%
GREEN value IS 60 (23.83% from 255) = 24.10%
BLUE value IS 46 (18.36% from 255) = 18.47%
R=57.43%
G=24.10%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143604600.580.680.448.6651.3237.06
Hex8F3C2E03A442C93325
Octal217745607210454116345
Binary10001111111100101110011101010001001011001001110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,60,46); }

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

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

 a { background-color: rgb(143,60,46); }

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

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

 span { border-color: rgb(143,60,46); }

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