Shades of Fire #8C412D
Tints of Fire #8C412D
RGB
CMYK
RGB Variations
Color information
#8C412D (or 0x8C412D) is known color: Fire. HEX triplet: 8C, 41 and 2D. RGB value is (140,65,45). Sum of RGB (Red+Green+Blue) = 140+65+45=250 (33% of max value = 765). Red value is 140 (55.08% from 255 or 56% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 140 - color contains mainly: red. Hex color #8C412D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C412D is #73BED2. Grayscale: #555555. Windows color (decimal): -7585491 or 2965900. OLE color: 2965900.
HSL color Cylindrical-coordinate representation of color #8C412D: hue angle of 12.63º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C412D is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 65 | 45 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.45 |
| HSL | 12.63º | 0.51% | 0.36% | - |
| HSV(B) | 12.63º | 0.68% | 0.55% | - |
| XYZ | 13.18 | 9.55 | 3.63 | - |
| YUV | 85.15 | 105.35 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 45 | 0 | 0.54 | 0.68 | 0.45 | 12.63 | 0.51 | 0.36 |
| Hex | 8C | 41 | 2D | 0 | 36 | 44 | 2D | D | 33 | 24 |
| Octal | 214 | 101 | 55 | 0 | 66 | 104 | 55 | 15 | 63 | 44 |
| Binary | 10001100 | 1000001 | 101101 | 0 | 110110 | 1000100 | 101101 | 1101 | 110011 | 100100 |
Color Harmonies of #8C412D
Complementary color
Monochromatic Colors of #8C412D
Black with #8C412D
Text Example
Text Example
White with #8C412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C412D; }
p { color: rgb(140,65,45); }
H1.HeaderClassName
{
color: #8C412D;
}
.AnyTagClassName
{
color: #8C412D;
}
</style>
background-color css
<style>
a { background-color: #8C412D; }
a { background-color: rgb(140,65,45); }
div.DivClassName
{
background-color: #8C412D;
}
.BgClassName
{
background-color: #8C412D;
}
</style>
border-color css
<style>
span { border-color: #8C412D; }
span { border-color: rgb(140,65,45); }
td.TdClassName
{
border-color: #8C412D;
}
.TagClassName
{
border-color: #8C412D;
}
</style>