#8D3A23

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

Shades of Fire #8D3A23

Tints of Fire #8D3A23

Color information

#8D3A23 (or 0x8D3A23) is unknown color: approx Fire. HEX triplet: 8D, 3A and 23. RGB value is (141,58,35). Sum of RGB (Red+Green+Blue) = 141+58+35=234 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.26% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 35 (14.06% from 255 or 14.96% from 234); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3A23 is #72C5DC. Grayscale: #505050. Windows color (decimal): -7521757 or 2308749. OLE color: 2308749.

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

Color convert

RGB1415835-
CMYK00.590.750.45
HSL13.02º60.23%34.51%-
HSV(B)13.02º75.18%55.29%-
XYZ12.88.812.62-
YUV80.19102.5171.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 60.26%
GREEN value IS 58 (23.05% from 255) = 24.79%
BLUE value IS 35 (14.06% from 255) = 14.96%
R=60.26%
G=24.79%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141583500.590.750.4513.0260.2334.51
Hex8D3A2303B4B2Dd3c23
Octal215724307311355157443
Binary10001101111010100011011101110010111011011101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,58,35); }

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

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

 a { background-color: rgb(141,58,35); }

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

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

 span { border-color: rgb(141,58,35); }

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