Shades of Falu Red #8F1514
Tints of Falu Red #8F1514
RGB
CMYK
RGB Variations
Color information
#8F1514 (or 0x8F1514) is known color: Falu Red. HEX triplet: 8F, 15 and 14. RGB value is (143,21,20). Sum of RGB (Red+Green+Blue) = 143+21+20=184 (24% of max value = 765). Red value is 143 (56.25% from 255 or 77.72% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1514 is #70EAEB. Grayscale: #393939. Windows color (decimal): -7400172 or 1316239. OLE color: 1316239.
HSL color Cylindrical-coordinate representation of color #8F1514: hue angle of 0.49º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F1514 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 21 | 20 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.44 |
| HSL | 0.49º | 0.75% | 0.32% | - |
| HSV(B) | 0.49º | 0.86% | 0.56% | - |
| XYZ | 11.72 | 6.43 | 1.28 | - |
| YUV | 57.36 | 106.92 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 21 | 20 | 0 | 0.85 | 0.86 | 0.44 | 0.49 | 0.75 | 0.32 |
| Hex | 8F | 15 | 14 | 0 | 55 | 56 | 2C | 0 | 4B | 20 |
| Octal | 217 | 25 | 24 | 0 | 125 | 126 | 54 | 0 | 113 | 40 |
| Binary | 10001111 | 10101 | 10100 | 0 | 1010101 | 1010110 | 101100 | 0 | 1001011 | 100000 |
Color Harmonies of #8F1514
Complementary color
Monochromatic Colors of #8F1514
Black with #8F1514
Text Example
Text Example
White with #8F1514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1514; }
p { color: rgb(143,21,20); }
H1.HeaderClassName
{
color: #8F1514;
}
.AnyTagClassName
{
color: #8F1514;
}
</style>
background-color css
<style>
a { background-color: #8F1514; }
a { background-color: rgb(143,21,20); }
div.DivClassName
{
background-color: #8F1514;
}
.BgClassName
{
background-color: #8F1514;
}
</style>
border-color css
<style>
span { border-color: #8F1514; }
span { border-color: rgb(143,21,20); }
td.TdClassName
{
border-color: #8F1514;
}
.TagClassName
{
border-color: #8F1514;
}
</style>