Shades of Fire #8C412E
Tints of Fire #8C412E
RGB
CMYK
RGB Variations
Color information
#8C412E (or 0x8C412E) is known color: Fire. HEX triplet: 8C, 41 and 2E. RGB value is (140,65,46). Sum of RGB (Red+Green+Blue) = 140+65+46=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C412E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C412E is #73BED1. Grayscale: #555555. Windows color (decimal): -7585490 or 3031436. OLE color: 3031436.
HSL color Cylindrical-coordinate representation of color #8C412E: hue angle of 12.13º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C412E is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 65 | 46 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.45 |
| HSL | 12.13º | 0.51% | 0.36% | - |
| HSV(B) | 12.13º | 0.67% | 0.55% | - |
| XYZ | 13.2 | 9.55 | 3.73 | - |
| YUV | 85.26 | 105.85 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 46 | 0 | 0.54 | 0.67 | 0.45 | 12.13 | 0.51 | 0.36 |
| Hex | 8C | 41 | 2E | 0 | 36 | 43 | 2D | C | 33 | 24 |
| Octal | 214 | 101 | 56 | 0 | 66 | 103 | 55 | 14 | 63 | 44 |
| Binary | 10001100 | 1000001 | 101110 | 0 | 110110 | 1000011 | 101101 | 1100 | 110011 | 100100 |
Color Harmonies of #8C412E
Complementary color
Monochromatic Colors of #8C412E
Black with #8C412E
Text Example
Text Example
White with #8C412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C412E; }
p { color: rgb(140,65,46); }
H1.HeaderClassName
{
color: #8C412E;
}
.AnyTagClassName
{
color: #8C412E;
}
</style>
background-color css
<style>
a { background-color: #8C412E; }
a { background-color: rgb(140,65,46); }
div.DivClassName
{
background-color: #8C412E;
}
.BgClassName
{
background-color: #8C412E;
}
</style>
border-color css
<style>
span { border-color: #8C412E; }
span { border-color: rgb(140,65,46); }
td.TdClassName
{
border-color: #8C412E;
}
.TagClassName
{
border-color: #8C412E;
}
</style>