Shades of Fire #8C412C
Tints of Fire #8C412C
RGB
CMYK
RGB Variations
Color information
#8C412C (or 0x8C412C) is known color: Fire. HEX triplet: 8C, 41 and 2C. RGB value is (140,65,44). Sum of RGB (Red+Green+Blue) = 140+65+44=249 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.22% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 140 - color contains mainly: red. Hex color #8C412C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C412C is #73BED3. Grayscale: #555555. Windows color (decimal): -7585492 or 2900364. OLE color: 2900364.
HSL color Cylindrical-coordinate representation of color #8C412C: hue angle of 13.12º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C412C is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 65 | 44 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.45 |
| HSL | 13.13º | 0.52% | 0.36% | - |
| HSV(B) | 13.13º | 0.69% | 0.55% | - |
| XYZ | 13.16 | 9.54 | 3.53 | - |
| YUV | 85.03 | 104.85 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 44 | 0 | 0.54 | 0.69 | 0.45 | 13.13 | 0.52 | 0.36 |
| Hex | 8C | 41 | 2C | 0 | 36 | 45 | 2D | D | 34 | 24 |
| Octal | 214 | 101 | 54 | 0 | 66 | 105 | 55 | 15 | 64 | 44 |
| Binary | 10001100 | 1000001 | 101100 | 0 | 110110 | 1000101 | 101101 | 1101 | 110100 | 100100 |
Color Harmonies of #8C412C
Complementary color
Monochromatic Colors of #8C412C
Black with #8C412C
Text Example
Text Example
White with #8C412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C412C; }
p { color: rgb(140,65,44); }
H1.HeaderClassName
{
color: #8C412C;
}
.AnyTagClassName
{
color: #8C412C;
}
</style>
background-color css
<style>
a { background-color: #8C412C; }
a { background-color: rgb(140,65,44); }
div.DivClassName
{
background-color: #8C412C;
}
.BgClassName
{
background-color: #8C412C;
}
</style>
border-color css
<style>
span { border-color: #8C412C; }
span { border-color: rgb(140,65,44); }
td.TdClassName
{
border-color: #8C412C;
}
.TagClassName
{
border-color: #8C412C;
}
</style>