Shades of Fire #8C432E
Tints of Fire #8C432E
RGB
CMYK
RGB Variations
Color information
#8C432E (or 0x8C432E) is known color: Fire. HEX triplet: 8C, 43 and 2E. RGB value is (140,67,46). Sum of RGB (Red+Green+Blue) = 140+67+46=253 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.34% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 140 - color contains mainly: red. Hex color #8C432E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C432E is #73BCD1. Grayscale: #565656. Windows color (decimal): -7584978 or 3031948. OLE color: 3031948.
HSL color Cylindrical-coordinate representation of color #8C432E: hue angle of 13.4º 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 #8C432E is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 67 | 46 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.45 |
| HSL | 13.4º | 0.51% | 0.36% | - |
| HSV(B) | 13.4º | 0.67% | 0.55% | - |
| XYZ | 13.32 | 9.79 | 3.77 | - |
| YUV | 86.43 | 105.18 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 46 | 0 | 0.52 | 0.67 | 0.45 | 13.4 | 0.51 | 0.36 |
| Hex | 8C | 43 | 2E | 0 | 34 | 43 | 2D | D | 33 | 24 |
| Octal | 214 | 103 | 56 | 0 | 64 | 103 | 55 | 15 | 63 | 44 |
| Binary | 10001100 | 1000011 | 101110 | 0 | 110100 | 1000011 | 101101 | 1101 | 110011 | 100100 |
Color Harmonies of #8C432E
Complementary color
Monochromatic Colors of #8C432E
Black with #8C432E
Text Example
Text Example
White with #8C432E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C432E; }
p { color: rgb(140,67,46); }
H1.HeaderClassName
{
color: #8C432E;
}
.AnyTagClassName
{
color: #8C432E;
}
</style>
background-color css
<style>
a { background-color: #8C432E; }
a { background-color: rgb(140,67,46); }
div.DivClassName
{
background-color: #8C432E;
}
.BgClassName
{
background-color: #8C432E;
}
</style>
border-color css
<style>
span { border-color: #8C432E; }
span { border-color: rgb(140,67,46); }
td.TdClassName
{
border-color: #8C432E;
}
.TagClassName
{
border-color: #8C432E;
}
</style>