Shades of Falu Red #8E2011
Tints of Falu Red #8E2011
RGB
CMYK
RGB Variations
Color information
#8E2011 (or 0x8E2011) is known color: Falu Red. HEX triplet: 8E, 20 and 11. RGB value is (142,32,17). Sum of RGB (Red+Green+Blue) = 142+32+17=191 (25% of max value = 765). Red value is 142 (55.86% from 255 or 74.35% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2011 is #71DFEE. Grayscale: #3F3F3F. Windows color (decimal): -7462895 or 1122446. OLE color: 1122446.
HSL color Cylindrical-coordinate representation of color #8E2011: hue angle of 7.2º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E2011 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 32 | 17 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.44 |
| HSL | 7.2º | 0.79% | 0.31% | - |
| HSV(B) | 7.2º | 0.88% | 0.56% | - |
| XYZ | 11.77 | 6.82 | 1.23 | - |
| YUV | 63.18 | 101.94 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 32 | 17 | 0 | 0.77 | 0.88 | 0.44 | 7.2 | 0.79 | 0.31 |
| Hex | 8E | 20 | 11 | 0 | 4D | 58 | 2C | 7 | 4F | 1F |
| Octal | 216 | 40 | 21 | 0 | 115 | 130 | 54 | 7 | 117 | 37 |
| Binary | 10001110 | 100000 | 10001 | 0 | 1001101 | 1011000 | 101100 | 111 | 1001111 | 11111 |
Color Harmonies of #8E2011
Complementary color
Monochromatic Colors of #8E2011
Black with #8E2011
Text Example
Text Example
White with #8E2011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2011; }
p { color: rgb(142,32,17); }
H1.HeaderClassName
{
color: #8E2011;
}
.AnyTagClassName
{
color: #8E2011;
}
</style>
background-color css
<style>
a { background-color: #8E2011; }
a { background-color: rgb(142,32,17); }
div.DivClassName
{
background-color: #8E2011;
}
.BgClassName
{
background-color: #8E2011;
}
</style>
border-color css
<style>
span { border-color: #8E2011; }
span { border-color: rgb(142,32,17); }
td.TdClassName
{
border-color: #8E2011;
}
.TagClassName
{
border-color: #8E2011;
}
</style>