Shades of Falu Red #8E110C
Tints of Falu Red #8E110C
RGB
CMYK
RGB Variations
Color information
#8E110C (or 0x8E110C) is known color: Falu Red. HEX triplet: 8E, 11 and 0C. RGB value is (142,17,12). Sum of RGB (Red+Green+Blue) = 142+17+12=171 (22% of max value = 765). Red value is 142 (55.86% from 255 or 83.04% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 142 - color contains mainly: red. Hex color #8E110C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E110C is #71EEF3. Grayscale: #353535. Windows color (decimal): -7466740 or 790926. OLE color: 790926.
HSL color Cylindrical-coordinate representation of color #8E110C: hue angle of 2.31º 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 #8E110C is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 17 | 12 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.44 |
| HSL | 2.31º | 0.84% | 0.3% | - |
| HSV(B) | 2.31º | 0.92% | 0.56% | - |
| XYZ | 11.42 | 6.18 | 0.94 | - |
| YUV | 53.81 | 104.41 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 17 | 12 | 0 | 0.88 | 0.92 | 0.44 | 2.31 | 0.84 | 0.3 |
| Hex | 8E | 11 | C | 0 | 58 | 5C | 2C | 2 | 54 | 1E |
| Octal | 216 | 21 | 14 | 0 | 130 | 134 | 54 | 2 | 124 | 36 |
| Binary | 10001110 | 10001 | 1100 | 0 | 1011000 | 1011100 | 101100 | 10 | 1010100 | 11110 |
Color Harmonies of #8E110C
Complementary color
Monochromatic Colors of #8E110C
Black with #8E110C
Text Example
Text Example
White with #8E110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E110C; }
p { color: rgb(142,17,12); }
H1.HeaderClassName
{
color: #8E110C;
}
.AnyTagClassName
{
color: #8E110C;
}
</style>
background-color css
<style>
a { background-color: #8E110C; }
a { background-color: rgb(142,17,12); }
div.DivClassName
{
background-color: #8E110C;
}
.BgClassName
{
background-color: #8E110C;
}
</style>
border-color css
<style>
span { border-color: #8E110C; }
span { border-color: rgb(142,17,12); }
td.TdClassName
{
border-color: #8E110C;
}
.TagClassName
{
border-color: #8E110C;
}
</style>