Shades of Falu Red #8F1911
Tints of Falu Red #8F1911
RGB
CMYK
RGB Variations
Color information
#8F1911 (or 0x8F1911) is known color: Falu Red. HEX triplet: 8F, 19 and 11. RGB value is (143,25,17). Sum of RGB (Red+Green+Blue) = 143+25+17=185 (24% of max value = 765). Red value is 143 (56.25% from 255 or 77.30% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1911 is #70E6EE. Grayscale: #3B3B3B. Windows color (decimal): -7399151 or 1120655. OLE color: 1120655.
HSL color Cylindrical-coordinate representation of color #8F1911: hue angle of 3.81º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F1911 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 25 | 17 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.44 |
| HSL | 3.81º | 0.79% | 0.31% | - |
| HSV(B) | 3.81º | 0.88% | 0.56% | - |
| XYZ | 11.78 | 6.58 | 1.18 | - |
| YUV | 59.37 | 104.09 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 17 | 0 | 0.83 | 0.88 | 0.44 | 3.81 | 0.79 | 0.31 |
| Hex | 8F | 19 | 11 | 0 | 53 | 58 | 2C | 4 | 4F | 1F |
| Octal | 217 | 31 | 21 | 0 | 123 | 130 | 54 | 4 | 117 | 37 |
| Binary | 10001111 | 11001 | 10001 | 0 | 1010011 | 1011000 | 101100 | 100 | 1001111 | 11111 |
Color Harmonies of #8F1911
Complementary color
Monochromatic Colors of #8F1911
Black with #8F1911
Text Example
Text Example
White with #8F1911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1911; }
p { color: rgb(143,25,17); }
H1.HeaderClassName
{
color: #8F1911;
}
.AnyTagClassName
{
color: #8F1911;
}
</style>
background-color css
<style>
a { background-color: #8F1911; }
a { background-color: rgb(143,25,17); }
div.DivClassName
{
background-color: #8F1911;
}
.BgClassName
{
background-color: #8F1911;
}
</style>
border-color css
<style>
span { border-color: #8F1911; }
span { border-color: rgb(143,25,17); }
td.TdClassName
{
border-color: #8F1911;
}
.TagClassName
{
border-color: #8F1911;
}
</style>