Shades of Fire #8C3A28
Tints of Fire #8C3A28
RGB
CMYK
RGB Variations
Color information
#8C3A28 (or 0x8C3A28) is known color: Fire. HEX triplet: 8C, 3A and 28. RGB value is (140,58,40). Sum of RGB (Red+Green+Blue) = 140+58+40=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3A28 is #73C5D7. Grayscale: #505050. Windows color (decimal): -7587288 or 2636428. OLE color: 2636428.
HSL color Cylindrical-coordinate representation of color #8C3A28: hue angle of 10.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C3A28 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 58 | 40 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.45 |
| HSL | 10.8º | 0.56% | 0.35% | - |
| HSV(B) | 10.8º | 0.71% | 0.55% | - |
| XYZ | 12.71 | 8.75 | 3.03 | - |
| YUV | 80.47 | 105.17 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 58 | 40 | 0 | 0.59 | 0.71 | 0.45 | 10.8 | 0.56 | 0.35 |
| Hex | 8C | 3A | 28 | 0 | 3B | 47 | 2D | B | 38 | 23 |
| Octal | 214 | 72 | 50 | 0 | 73 | 107 | 55 | 13 | 70 | 43 |
| Binary | 10001100 | 111010 | 101000 | 0 | 111011 | 1000111 | 101101 | 1011 | 111000 | 100011 |
Color Harmonies of #8C3A28
Complementary color
Monochromatic Colors of #8C3A28
Black with #8C3A28
Text Example
Text Example
White with #8C3A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3A28; }
p { color: rgb(140,58,40); }
H1.HeaderClassName
{
color: #8C3A28;
}
.AnyTagClassName
{
color: #8C3A28;
}
</style>
background-color css
<style>
a { background-color: #8C3A28; }
a { background-color: rgb(140,58,40); }
div.DivClassName
{
background-color: #8C3A28;
}
.BgClassName
{
background-color: #8C3A28;
}
</style>
border-color css
<style>
span { border-color: #8C3A28; }
span { border-color: rgb(140,58,40); }
td.TdClassName
{
border-color: #8C3A28;
}
.TagClassName
{
border-color: #8C3A28;
}
</style>