Shades of Fire #8D3E25
Tints of Fire #8D3E25
RGB
CMYK
RGB Variations
Color information
#8D3E25 (or 0x8D3E25) is known color: Fire. HEX triplet: 8D, 3E and 25. RGB value is (141,62,37). Sum of RGB (Red+Green+Blue) = 141+62+37=240 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.75% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3E25 is #72C1DA. Grayscale: #525252. Windows color (decimal): -7520731 or 2440845. OLE color: 2440845.
HSL color Cylindrical-coordinate representation of color #8D3E25: hue angle of 14.42º 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 #8D3E25 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 62 | 37 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.45 |
| HSL | 14.42º | 0.58% | 0.35% | - |
| HSV(B) | 14.42º | 0.74% | 0.55% | - |
| XYZ | 13.04 | 9.24 | 2.85 | - |
| YUV | 82.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 62 | 37 | 0 | 0.56 | 0.74 | 0.45 | 14.42 | 0.58 | 0.35 |
| Hex | 8D | 3E | 25 | 0 | 38 | 4A | 2D | E | 3A | 23 |
| Octal | 215 | 76 | 45 | 0 | 70 | 112 | 55 | 16 | 72 | 43 |
| Binary | 10001101 | 111110 | 100101 | 0 | 111000 | 1001010 | 101101 | 1110 | 111010 | 100011 |
Color Harmonies of #8D3E25
Complementary color
Monochromatic Colors of #8D3E25
Black with #8D3E25
Text Example
Text Example
White with #8D3E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3E25; }
p { color: rgb(141,62,37); }
H1.HeaderClassName
{
color: #8D3E25;
}
.AnyTagClassName
{
color: #8D3E25;
}
</style>
background-color css
<style>
a { background-color: #8D3E25; }
a { background-color: rgb(141,62,37); }
div.DivClassName
{
background-color: #8D3E25;
}
.BgClassName
{
background-color: #8D3E25;
}
</style>
border-color css
<style>
span { border-color: #8D3E25; }
span { border-color: rgb(141,62,37); }
td.TdClassName
{
border-color: #8D3E25;
}
.TagClassName
{
border-color: #8D3E25;
}
</style>