Shades of Falu Red #8E2010
Tints of Falu Red #8E2010
RGB
CMYK
RGB Variations
Color information
#8E2010 (or 0x8E2010) is known color: Falu Red. HEX triplet: 8E, 20 and 10. RGB value is (142,32,16). Sum of RGB (Red+Green+Blue) = 142+32+16=190 (25% of max value = 765). Red value is 142 (55.86% from 255 or 74.74% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2010 is #71DFEF. Grayscale: #3F3F3F. Windows color (decimal): -7462896 or 1056910. OLE color: 1056910.
HSL color Cylindrical-coordinate representation of color #8E2010: hue angle of 7.62º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E2010 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 32 | 16 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.44 |
| HSL | 7.62º | 0.8% | 0.31% | - |
| HSV(B) | 7.62º | 0.89% | 0.56% | - |
| XYZ | 11.77 | 6.82 | 1.19 | - |
| YUV | 63.07 | 101.44 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 32 | 16 | 0 | 0.77 | 0.89 | 0.44 | 7.62 | 0.8 | 0.31 |
| Hex | 8E | 20 | 10 | 0 | 4D | 59 | 2C | 8 | 50 | 1F |
| Octal | 216 | 40 | 20 | 0 | 115 | 131 | 54 | 10 | 120 | 37 |
| Binary | 10001110 | 100000 | 10000 | 0 | 1001101 | 1011001 | 101100 | 1000 | 1010000 | 11111 |
Color Harmonies of #8E2010
Complementary color
Monochromatic Colors of #8E2010
Black with #8E2010
Text Example
Text Example
White with #8E2010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2010; }
p { color: rgb(142,32,16); }
H1.HeaderClassName
{
color: #8E2010;
}
.AnyTagClassName
{
color: #8E2010;
}
</style>
background-color css
<style>
a { background-color: #8E2010; }
a { background-color: rgb(142,32,16); }
div.DivClassName
{
background-color: #8E2010;
}
.BgClassName
{
background-color: #8E2010;
}
</style>
border-color css
<style>
span { border-color: #8E2010; }
span { border-color: rgb(142,32,16); }
td.TdClassName
{
border-color: #8E2010;
}
.TagClassName
{
border-color: #8E2010;
}
</style>