Shades of Falu Red #8C150E
Tints of Falu Red #8C150E
RGB
CMYK
RGB Variations
Color information
#8C150E (or 0x8C150E) is known color: Falu Red. HEX triplet: 8C, 15 and 0E. RGB value is (140,21,14). Sum of RGB (Red+Green+Blue) = 140+21+14=175 (23% of max value = 765). Red value is 140 (55.08% from 255 or 80% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 140 - color contains mainly: red. Hex color #8C150E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C150E is #73EAF1. Grayscale: #373737. Windows color (decimal): -7596786 or 923020. OLE color: 923020.
HSL color Cylindrical-coordinate representation of color #8C150E: hue angle of 3.33º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C150E is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 21 | 14 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.45 |
| HSL | 3.33º | 0.82% | 0.3% | - |
| HSV(B) | 3.33º | 0.9% | 0.55% | - |
| XYZ | 11.16 | 6.14 | 1.01 | - |
| YUV | 55.78 | 104.42 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 21 | 14 | 0 | 0.85 | 0.90 | 0.45 | 3.33 | 0.82 | 0.3 |
| Hex | 8C | 15 | E | 0 | 55 | 5A | 2D | 3 | 52 | 1E |
| Octal | 214 | 25 | 16 | 0 | 125 | 132 | 55 | 3 | 122 | 36 |
| Binary | 10001100 | 10101 | 1110 | 0 | 1010101 | 1011010 | 101101 | 11 | 1010010 | 11110 |
Color Harmonies of #8C150E
Complementary color
Monochromatic Colors of #8C150E
Black with #8C150E
Text Example
Text Example
White with #8C150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C150E; }
p { color: rgb(140,21,14); }
H1.HeaderClassName
{
color: #8C150E;
}
.AnyTagClassName
{
color: #8C150E;
}
</style>
background-color css
<style>
a { background-color: #8C150E; }
a { background-color: rgb(140,21,14); }
div.DivClassName
{
background-color: #8C150E;
}
.BgClassName
{
background-color: #8C150E;
}
</style>
border-color css
<style>
span { border-color: #8C150E; }
span { border-color: rgb(140,21,14); }
td.TdClassName
{
border-color: #8C150E;
}
.TagClassName
{
border-color: #8C150E;
}
</style>