Shades of Falu Red #8E1C0F
Tints of Falu Red #8E1C0F
RGB
CMYK
RGB Variations
Color information
#8E1C0F (or 0x8E1C0F) is known color: Falu Red. HEX triplet: 8E, 1C and 0F. RGB value is (142,28,15). Sum of RGB (Red+Green+Blue) = 142+28+15=185 (24% of max value = 765). Red value is 142 (55.86% from 255 or 76.76% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1C0F is #71E3F0. Grayscale: #3C3C3C. Windows color (decimal): -7463921 or 990350. OLE color: 990350.
HSL color Cylindrical-coordinate representation of color #8E1C0F: hue angle of 6.14º degrees, saturation: 0.81, 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 #8E1C0F is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 28 | 15 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.44 |
| HSL | 6.14º | 0.81% | 0.31% | - |
| HSV(B) | 6.14º | 0.89% | 0.56% | - |
| XYZ | 11.66 | 6.62 | 1.11 | - |
| YUV | 60.6 | 102.27 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 28 | 15 | 0 | 0.80 | 0.89 | 0.44 | 6.14 | 0.81 | 0.31 |
| Hex | 8E | 1C | F | 0 | 50 | 59 | 2C | 6 | 51 | 1F |
| Octal | 216 | 34 | 17 | 0 | 120 | 131 | 54 | 6 | 121 | 37 |
| Binary | 10001110 | 11100 | 1111 | 0 | 1010000 | 1011001 | 101100 | 110 | 1010001 | 11111 |
Color Harmonies of #8E1C0F
Complementary color
Monochromatic Colors of #8E1C0F
Black with #8E1C0F
Text Example
Text Example
White with #8E1C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1C0F; }
p { color: rgb(142,28,15); }
H1.HeaderClassName
{
color: #8E1C0F;
}
.AnyTagClassName
{
color: #8E1C0F;
}
</style>
background-color css
<style>
a { background-color: #8E1C0F; }
a { background-color: rgb(142,28,15); }
div.DivClassName
{
background-color: #8E1C0F;
}
.BgClassName
{
background-color: #8E1C0F;
}
</style>
border-color css
<style>
span { border-color: #8E1C0F; }
span { border-color: rgb(142,28,15); }
td.TdClassName
{
border-color: #8E1C0F;
}
.TagClassName
{
border-color: #8E1C0F;
}
</style>