Shades of Falu Red #8E120C
Tints of Falu Red #8E120C
RGB
CMYK
RGB Variations
Color information
#8E120C (or 0x8E120C) is known color: Falu Red. HEX triplet: 8E, 12 and 0C. RGB value is (142,18,12). Sum of RGB (Red+Green+Blue) = 142+18+12=172 (22% of max value = 765). Red value is 142 (55.86% from 255 or 82.56% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 142 - color contains mainly: red. Hex color #8E120C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E120C is #71EDF3. Grayscale: #363636. Windows color (decimal): -7466484 or 791182. OLE color: 791182.
HSL color Cylindrical-coordinate representation of color #8E120C: hue angle of 2.77º degrees, saturation: 0.84, 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 #8E120C is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 18 | 12 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.44 |
| HSL | 2.77º | 0.84% | 0.3% | - |
| HSV(B) | 2.77º | 0.92% | 0.56% | - |
| XYZ | 11.44 | 6.21 | 0.94 | - |
| YUV | 54.39 | 104.08 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 18 | 12 | 0 | 0.87 | 0.92 | 0.44 | 2.77 | 0.84 | 0.3 |
| Hex | 8E | 12 | C | 0 | 57 | 5C | 2C | 3 | 54 | 1E |
| Octal | 216 | 22 | 14 | 0 | 127 | 134 | 54 | 3 | 124 | 36 |
| Binary | 10001110 | 10010 | 1100 | 0 | 1010111 | 1011100 | 101100 | 11 | 1010100 | 11110 |
Color Harmonies of #8E120C
Complementary color
Monochromatic Colors of #8E120C
Black with #8E120C
Text Example
Text Example
White with #8E120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E120C; }
p { color: rgb(142,18,12); }
H1.HeaderClassName
{
color: #8E120C;
}
.AnyTagClassName
{
color: #8E120C;
}
</style>
background-color css
<style>
a { background-color: #8E120C; }
a { background-color: rgb(142,18,12); }
div.DivClassName
{
background-color: #8E120C;
}
.BgClassName
{
background-color: #8E120C;
}
</style>
border-color css
<style>
span { border-color: #8E120C; }
span { border-color: rgb(142,18,12); }
td.TdClassName
{
border-color: #8E120C;
}
.TagClassName
{
border-color: #8E120C;
}
</style>