Shades of Falu Red #8D1F14
Tints of Falu Red #8D1F14
RGB
CMYK
RGB Variations
Color information
#8D1F14 (or 0x8D1F14) is known color: Falu Red. HEX triplet: 8D, 1F and 14. RGB value is (141,31,20). Sum of RGB (Red+Green+Blue) = 141+31+20=192 (25% of max value = 765). Red value is 141 (55.47% from 255 or 73.44% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D1F14 is #72E0EB. Grayscale: #3E3E3E. Windows color (decimal): -7528684 or 1318797. OLE color: 1318797.
HSL color Cylindrical-coordinate representation of color #8D1F14: hue angle of 5.45º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D1F14 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 31 | 20 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.45 |
| HSL | 5.45º | 0.75% | 0.32% | - |
| HSV(B) | 5.45º | 0.86% | 0.55% | - |
| XYZ | 11.6 | 6.69 | 1.34 | - |
| YUV | 62.64 | 103.94 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 31 | 20 | 0 | 0.78 | 0.86 | 0.45 | 5.45 | 0.75 | 0.32 |
| Hex | 8D | 1F | 14 | 0 | 4E | 56 | 2D | 5 | 4B | 20 |
| Octal | 215 | 37 | 24 | 0 | 116 | 126 | 55 | 5 | 113 | 40 |
| Binary | 10001101 | 11111 | 10100 | 0 | 1001110 | 1010110 | 101101 | 101 | 1001011 | 100000 |
Color Harmonies of #8D1F14
Complementary color
Monochromatic Colors of #8D1F14
Black with #8D1F14
Text Example
Text Example
White with #8D1F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1F14; }
p { color: rgb(141,31,20); }
H1.HeaderClassName
{
color: #8D1F14;
}
.AnyTagClassName
{
color: #8D1F14;
}
</style>
background-color css
<style>
a { background-color: #8D1F14; }
a { background-color: rgb(141,31,20); }
div.DivClassName
{
background-color: #8D1F14;
}
.BgClassName
{
background-color: #8D1F14;
}
</style>
border-color css
<style>
span { border-color: #8D1F14; }
span { border-color: rgb(141,31,20); }
td.TdClassName
{
border-color: #8D1F14;
}
.TagClassName
{
border-color: #8D1F14;
}
</style>