Shades of Falu Red #8E120B
Tints of Falu Red #8E120B
RGB
CMYK
RGB Variations
Color information
#8E120B (or 0x8E120B) is known color: Falu Red. HEX triplet: 8E, 12 and 0B. RGB value is (142,18,11). Sum of RGB (Red+Green+Blue) = 142+18+11=171 (22% of max value = 765). Red value is 142 (55.86% from 255 or 83.04% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 142 - color contains mainly: red. Hex color #8E120B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E120B is #71EDF4. Grayscale: #363636. Windows color (decimal): -7466485 or 725646. OLE color: 725646.
HSL color Cylindrical-coordinate representation of color #8E120B: hue angle of 3.21º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E120B is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 18 | 11 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.44 |
| HSL | 3.21º | 0.86% | 0.3% | - |
| HSV(B) | 3.21º | 0.92% | 0.56% | - |
| XYZ | 11.43 | 6.21 | 0.91 | - |
| YUV | 54.28 | 103.58 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 18 | 11 | 0 | 0.87 | 0.92 | 0.44 | 3.21 | 0.86 | 0.3 |
| Hex | 8E | 12 | B | 0 | 57 | 5C | 2C | 3 | 56 | 1E |
| Octal | 216 | 22 | 13 | 0 | 127 | 134 | 54 | 3 | 126 | 36 |
| Binary | 10001110 | 10010 | 1011 | 0 | 1010111 | 1011100 | 101100 | 11 | 1010110 | 11110 |
Color Harmonies of #8E120B
Complementary color
Monochromatic Colors of #8E120B
Black with #8E120B
Text Example
Text Example
White with #8E120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E120B; }
p { color: rgb(142,18,11); }
H1.HeaderClassName
{
color: #8E120B;
}
.AnyTagClassName
{
color: #8E120B;
}
</style>
background-color css
<style>
a { background-color: #8E120B; }
a { background-color: rgb(142,18,11); }
div.DivClassName
{
background-color: #8E120B;
}
.BgClassName
{
background-color: #8E120B;
}
</style>
border-color css
<style>
span { border-color: #8E120B; }
span { border-color: rgb(142,18,11); }
td.TdClassName
{
border-color: #8E120B;
}
.TagClassName
{
border-color: #8E120B;
}
</style>