Shades of Falu Red #8E1D10
Tints of Falu Red #8E1D10
RGB
CMYK
RGB Variations
Color information
#8E1D10 (or 0x8E1D10) is known color: Falu Red. HEX triplet: 8E, 1D and 10. RGB value is (142,29,16). Sum of RGB (Red+Green+Blue) = 142+29+16=187 (24% of max value = 765). Red value is 142 (55.86% from 255 or 75.94% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1D10 is #71E2EF. Grayscale: #3D3D3D. Windows color (decimal): -7463664 or 1056142. OLE color: 1056142.
HSL color Cylindrical-coordinate representation of color #8E1D10: hue angle of 6.19º 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 #8E1D10 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 29 | 16 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.44 |
| HSL | 6.19º | 0.8% | 0.31% | - |
| HSV(B) | 6.19º | 0.89% | 0.56% | - |
| XYZ | 11.69 | 6.67 | 1.16 | - |
| YUV | 61.31 | 102.44 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 29 | 16 | 0 | 0.80 | 0.89 | 0.44 | 6.19 | 0.8 | 0.31 |
| Hex | 8E | 1D | 10 | 0 | 50 | 59 | 2C | 6 | 50 | 1F |
| Octal | 216 | 35 | 20 | 0 | 120 | 131 | 54 | 6 | 120 | 37 |
| Binary | 10001110 | 11101 | 10000 | 0 | 1010000 | 1011001 | 101100 | 110 | 1010000 | 11111 |
Color Harmonies of #8E1D10
Complementary color
Monochromatic Colors of #8E1D10
Black with #8E1D10
Text Example
Text Example
White with #8E1D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1D10; }
p { color: rgb(142,29,16); }
H1.HeaderClassName
{
color: #8E1D10;
}
.AnyTagClassName
{
color: #8E1D10;
}
</style>
background-color css
<style>
a { background-color: #8E1D10; }
a { background-color: rgb(142,29,16); }
div.DivClassName
{
background-color: #8E1D10;
}
.BgClassName
{
background-color: #8E1D10;
}
</style>
border-color css
<style>
span { border-color: #8E1D10; }
span { border-color: rgb(142,29,16); }
td.TdClassName
{
border-color: #8E1D10;
}
.TagClassName
{
border-color: #8E1D10;
}
</style>