#8D3F25

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

Shades of Fire #8D3F25

Tints of Fire #8D3F25

Color information

#8D3F25 (or 0x8D3F25) is unknown color: approx Fire. HEX triplet: 8D, 3F and 25. RGB value is (141,63,37). Sum of RGB (Red+Green+Blue) = 141+63+37=241 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.51% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3F25 is #72C0DA. Grayscale: #535353. Windows color (decimal): -7520475 or 2441101. OLE color: 2441101.

HSL color Cylindrical-coordinate representation of color #8D3F25: hue angle of 15º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D3F25 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB1416337-
CMYK00.550.740.45
HSL15º58.43%34.9%-
HSV(B)15º73.76%55.29%-
XYZ13.19.352.87-
YUV83.36101.84169.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 58.51%
GREEN value IS 63 (25% from 255) = 26.14%
BLUE value IS 37 (14.84% from 255) = 15.35%
R=58.51%
G=26.14%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141633700.550.740.451558.4334.9
Hex8D3F250374A2Df3a23
Octal215774506711255177243
Binary10001101111111100101011011110010101011011111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,63,37); }

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

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

 a { background-color: rgb(141,63,37); }

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

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

 span { border-color: rgb(141,63,37); }

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