Shades of Fire #8D3E22
Tints of Fire #8D3E22
RGB
CMYK
RGB Variations
Color information
#8D3E22 (or 0x8D3E22) is known color: Fire. HEX triplet: 8D, 3E and 22. RGB value is (141,62,34). Sum of RGB (Red+Green+Blue) = 141+62+34=237 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.49% from 237); Green value is 62 (24.61% from 255 or 26.16% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3E22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3E22 is #72C1DD. Grayscale: #525252. Windows color (decimal): -7520734 or 2244237. OLE color: 2244237.
HSL color Cylindrical-coordinate representation of color #8D3E22: hue angle of 15.7º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D3E22 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 62 | 34 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.45 |
| HSL | 15.7º | 0.61% | 0.34% | - |
| HSV(B) | 15.7º | 0.76% | 0.55% | - |
| XYZ | 13 | 9.22 | 2.61 | - |
| YUV | 82.43 | 100.67 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 62 | 34 | 0 | 0.56 | 0.76 | 0.45 | 15.7 | 0.61 | 0.34 |
| Hex | 8D | 3E | 22 | 0 | 38 | 4C | 2D | 10 | 3D | 22 |
| Octal | 215 | 76 | 42 | 0 | 70 | 114 | 55 | 20 | 75 | 42 |
| Binary | 10001101 | 111110 | 100010 | 0 | 111000 | 1001100 | 101101 | 10000 | 111101 | 100010 |
Color Harmonies of #8D3E22
Complementary color
Monochromatic Colors of #8D3E22
Black with #8D3E22
Text Example
Text Example
White with #8D3E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3E22; }
p { color: rgb(141,62,34); }
H1.HeaderClassName
{
color: #8D3E22;
}
.AnyTagClassName
{
color: #8D3E22;
}
</style>
background-color css
<style>
a { background-color: #8D3E22; }
a { background-color: rgb(141,62,34); }
div.DivClassName
{
background-color: #8D3E22;
}
.BgClassName
{
background-color: #8D3E22;
}
</style>
border-color css
<style>
span { border-color: #8D3E22; }
span { border-color: rgb(141,62,34); }
td.TdClassName
{
border-color: #8D3E22;
}
.TagClassName
{
border-color: #8D3E22;
}
</style>