Shades of Fire #8D3A26
Tints of Fire #8D3A26
RGB
CMYK
RGB Variations
Color information
#8D3A26 (or 0x8D3A26) is known color: Fire. HEX triplet: 8D, 3A and 26. RGB value is (141,58,38). Sum of RGB (Red+Green+Blue) = 141+58+38=237 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.49% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3A26 is #72C5D9. Grayscale: #505050. Windows color (decimal): -7521754 or 2505357. OLE color: 2505357.
HSL color Cylindrical-coordinate representation of color #8D3A26: hue angle of 11.65º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D3A26 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 58 | 38 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.45 |
| HSL | 11.65º | 0.58% | 0.35% | - |
| HSV(B) | 11.65º | 0.73% | 0.55% | - |
| XYZ | 12.85 | 8.83 | 2.86 | - |
| YUV | 80.54 | 104 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 58 | 38 | 0 | 0.59 | 0.73 | 0.45 | 11.65 | 0.58 | 0.35 |
| Hex | 8D | 3A | 26 | 0 | 3B | 49 | 2D | C | 3A | 23 |
| Octal | 215 | 72 | 46 | 0 | 73 | 111 | 55 | 14 | 72 | 43 |
| Binary | 10001101 | 111010 | 100110 | 0 | 111011 | 1001001 | 101101 | 1100 | 111010 | 100011 |
Color Harmonies of #8D3A26
Complementary color
Monochromatic Colors of #8D3A26
Black with #8D3A26
Text Example
Text Example
White with #8D3A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3A26; }
p { color: rgb(141,58,38); }
H1.HeaderClassName
{
color: #8D3A26;
}
.AnyTagClassName
{
color: #8D3A26;
}
</style>
background-color css
<style>
a { background-color: #8D3A26; }
a { background-color: rgb(141,58,38); }
div.DivClassName
{
background-color: #8D3A26;
}
.BgClassName
{
background-color: #8D3A26;
}
</style>
border-color css
<style>
span { border-color: #8D3A26; }
span { border-color: rgb(141,58,38); }
td.TdClassName
{
border-color: #8D3A26;
}
.TagClassName
{
border-color: #8D3A26;
}
</style>