Shades of Falu Red #8E2108
Tints of Falu Red #8E2108
RGB
CMYK
RGB Variations
Color information
#8E2108 (or 0x8E2108) is known color: Falu Red. HEX triplet: 8E, 21 and 08. RGB value is (142,33,8). Sum of RGB (Red+Green+Blue) = 142+33+8=183 (24% of max value = 765). Red value is 142 (55.86% from 255 or 77.60% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2108 is #71DEF7. Grayscale: #3E3E3E. Windows color (decimal): -7462648 or 532878. OLE color: 532878.
HSL color Cylindrical-coordinate representation of color #8E2108: hue angle of 11.19º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E2108 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 33 | 8 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.44 |
| HSL | 11.19º | 0.89% | 0.29% | - |
| HSV(B) | 11.19º | 0.94% | 0.56% | - |
| XYZ | 11.74 | 6.86 | 0.93 | - |
| YUV | 62.74 | 97.11 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 33 | 8 | 0 | 0.77 | 0.94 | 0.44 | 11.19 | 0.89 | 0.29 |
| Hex | 8E | 21 | 8 | 0 | 4D | 5E | 2C | B | 59 | 1D |
| Octal | 216 | 41 | 10 | 0 | 115 | 136 | 54 | 13 | 131 | 35 |
| Binary | 10001110 | 100001 | 1000 | 0 | 1001101 | 1011110 | 101100 | 1011 | 1011001 | 11101 |
Color Harmonies of #8E2108
Complementary color
Monochromatic Colors of #8E2108
Black with #8E2108
Text Example
Text Example
White with #8E2108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2108; }
p { color: rgb(142,33,8); }
H1.HeaderClassName
{
color: #8E2108;
}
.AnyTagClassName
{
color: #8E2108;
}
</style>
background-color css
<style>
a { background-color: #8E2108; }
a { background-color: rgb(142,33,8); }
div.DivClassName
{
background-color: #8E2108;
}
.BgClassName
{
background-color: #8E2108;
}
</style>
border-color css
<style>
span { border-color: #8E2108; }
span { border-color: rgb(142,33,8); }
td.TdClassName
{
border-color: #8E2108;
}
.TagClassName
{
border-color: #8E2108;
}
</style>