Shades of Falu Red #8C120E
Tints of Falu Red #8C120E
RGB
CMYK
RGB Variations
Color information
#8C120E (or 0x8C120E) is known color: Falu Red. HEX triplet: 8C, 12 and 0E. RGB value is (140,18,14). Sum of RGB (Red+Green+Blue) = 140+18+14=172 (22% of max value = 765). Red value is 140 (55.08% from 255 or 81.40% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 140 - color contains mainly: red. Hex color #8C120E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C120E is #73EDF1. Grayscale: #363636. Windows color (decimal): -7597554 or 922252. OLE color: 922252.
HSL color Cylindrical-coordinate representation of color #8C120E: hue angle of 1.9º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C120E is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 18 | 14 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.45 |
| HSL | 1.9º | 0.82% | 0.3% | - |
| HSV(B) | 1.9º | 0.9% | 0.55% | - |
| XYZ | 11.11 | 6.04 | 1 | - |
| YUV | 54.02 | 105.42 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 18 | 14 | 0 | 0.87 | 0.90 | 0.45 | 1.9 | 0.82 | 0.3 |
| Hex | 8C | 12 | E | 0 | 57 | 5A | 2D | 2 | 52 | 1E |
| Octal | 214 | 22 | 16 | 0 | 127 | 132 | 55 | 2 | 122 | 36 |
| Binary | 10001100 | 10010 | 1110 | 0 | 1010111 | 1011010 | 101101 | 10 | 1010010 | 11110 |
Color Harmonies of #8C120E
Complementary color
Monochromatic Colors of #8C120E
Black with #8C120E
Text Example
Text Example
White with #8C120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C120E; }
p { color: rgb(140,18,14); }
H1.HeaderClassName
{
color: #8C120E;
}
.AnyTagClassName
{
color: #8C120E;
}
</style>
background-color css
<style>
a { background-color: #8C120E; }
a { background-color: rgb(140,18,14); }
div.DivClassName
{
background-color: #8C120E;
}
.BgClassName
{
background-color: #8C120E;
}
</style>
border-color css
<style>
span { border-color: #8C120E; }
span { border-color: rgb(140,18,14); }
td.TdClassName
{
border-color: #8C120E;
}
.TagClassName
{
border-color: #8C120E;
}
</style>