Shades of Falu Red #8C1918
Tints of Falu Red #8C1918
RGB
CMYK
RGB Variations
Color information
#8C1918 (or 0x8C1918) is known color: Falu Red. HEX triplet: 8C, 19 and 18. RGB value is (140,25,24). Sum of RGB (Red+Green+Blue) = 140+25+24=189 (25% of max value = 765). Red value is 140 (55.08% from 255 or 74.07% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1918 is #73E6E7. Grayscale: #3B3B3B. Windows color (decimal): -7595752 or 1579404. OLE color: 1579404.
HSL color Cylindrical-coordinate representation of color #8C1918: hue angle of 0.52º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C1918 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 24 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.45 |
| HSL | 0.52º | 0.71% | 0.32% | - |
| HSV(B) | 0.52º | 0.83% | 0.55% | - |
| XYZ | 11.33 | 6.34 | 1.49 | - |
| YUV | 59.27 | 108.1 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 24 | 0 | 0.82 | 0.83 | 0.45 | 0.52 | 0.71 | 0.32 |
| Hex | 8C | 19 | 18 | 0 | 52 | 53 | 2D | 1 | 47 | 20 |
| Octal | 214 | 31 | 30 | 0 | 122 | 123 | 55 | 1 | 107 | 40 |
| Binary | 10001100 | 11001 | 11000 | 0 | 1010010 | 1010011 | 101101 | 1 | 1000111 | 100000 |
Color Harmonies of #8C1918
Complementary color
Monochromatic Colors of #8C1918
Black with #8C1918
Text Example
Text Example
White with #8C1918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1918; }
p { color: rgb(140,25,24); }
H1.HeaderClassName
{
color: #8C1918;
}
.AnyTagClassName
{
color: #8C1918;
}
</style>
background-color css
<style>
a { background-color: #8C1918; }
a { background-color: rgb(140,25,24); }
div.DivClassName
{
background-color: #8C1918;
}
.BgClassName
{
background-color: #8C1918;
}
</style>
border-color css
<style>
span { border-color: #8C1918; }
span { border-color: rgb(140,25,24); }
td.TdClassName
{
border-color: #8C1918;
}
.TagClassName
{
border-color: #8C1918;
}
</style>