Shades of Falu Red #8E220E
Tints of Falu Red #8E220E
RGB
CMYK
RGB Variations
Color information
#8E220E (or 0x8E220E) is known color: Falu Red. HEX triplet: 8E, 22 and 0E. RGB value is (142,34,14). Sum of RGB (Red+Green+Blue) = 142+34+14=190 (25% of max value = 765). Red value is 142 (55.86% from 255 or 74.74% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 142 - color contains mainly: red. Hex color #8E220E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E220E is #71DDF1. Grayscale: #404040. Windows color (decimal): -7462386 or 926350. OLE color: 926350.
HSL color Cylindrical-coordinate representation of color #8E220E: hue angle of 9.38º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E220E is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 34 | 14 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.44 |
| HSL | 9.38º | 0.82% | 0.31% | - |
| HSV(B) | 9.38º | 0.9% | 0.56% | - |
| XYZ | 11.81 | 6.93 | 1.13 | - |
| YUV | 64.01 | 99.78 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 34 | 14 | 0 | 0.76 | 0.90 | 0.44 | 9.38 | 0.82 | 0.31 |
| Hex | 8E | 22 | E | 0 | 4C | 5A | 2C | 9 | 52 | 1F |
| Octal | 216 | 42 | 16 | 0 | 114 | 132 | 54 | 11 | 122 | 37 |
| Binary | 10001110 | 100010 | 1110 | 0 | 1001100 | 1011010 | 101100 | 1001 | 1010010 | 11111 |
Color Harmonies of #8E220E
Complementary color
Monochromatic Colors of #8E220E
Black with #8E220E
Text Example
Text Example
White with #8E220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E220E; }
p { color: rgb(142,34,14); }
H1.HeaderClassName
{
color: #8E220E;
}
.AnyTagClassName
{
color: #8E220E;
}
</style>
background-color css
<style>
a { background-color: #8E220E; }
a { background-color: rgb(142,34,14); }
div.DivClassName
{
background-color: #8E220E;
}
.BgClassName
{
background-color: #8E220E;
}
</style>
border-color css
<style>
span { border-color: #8E220E; }
span { border-color: rgb(142,34,14); }
td.TdClassName
{
border-color: #8E220E;
}
.TagClassName
{
border-color: #8E220E;
}
</style>