Shades of Falu Red #8C1713
Tints of Falu Red #8C1713
RGB
CMYK
RGB Variations
Color information
#8C1713 (or 0x8C1713) is known color: Falu Red. HEX triplet: 8C, 17 and 13. RGB value is (140,23,19). Sum of RGB (Red+Green+Blue) = 140+23+19=182 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.92% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1713 is #73E8EC. Grayscale: #393939. Windows color (decimal): -7596269 or 1251212. OLE color: 1251212.
HSL color Cylindrical-coordinate representation of color #8C1713: hue angle of 1.98º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C1713 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 23 | 19 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.45 |
| HSL | 1.98º | 0.76% | 0.31% | - |
| HSV(B) | 1.98º | 0.86% | 0.55% | - |
| XYZ | 11.24 | 6.24 | 1.23 | - |
| YUV | 57.53 | 106.26 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 19 | 0 | 0.84 | 0.86 | 0.45 | 1.98 | 0.76 | 0.31 |
| Hex | 8C | 17 | 13 | 0 | 54 | 56 | 2D | 2 | 4C | 1F |
| Octal | 214 | 27 | 23 | 0 | 124 | 126 | 55 | 2 | 114 | 37 |
| Binary | 10001100 | 10111 | 10011 | 0 | 1010100 | 1010110 | 101101 | 10 | 1001100 | 11111 |
Color Harmonies of #8C1713
Complementary color
Monochromatic Colors of #8C1713
Black with #8C1713
Text Example
Text Example
White with #8C1713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1713; }
p { color: rgb(140,23,19); }
H1.HeaderClassName
{
color: #8C1713;
}
.AnyTagClassName
{
color: #8C1713;
}
</style>
background-color css
<style>
a { background-color: #8C1713; }
a { background-color: rgb(140,23,19); }
div.DivClassName
{
background-color: #8C1713;
}
.BgClassName
{
background-color: #8C1713;
}
</style>
border-color css
<style>
span { border-color: #8C1713; }
span { border-color: rgb(140,23,19); }
td.TdClassName
{
border-color: #8C1713;
}
.TagClassName
{
border-color: #8C1713;
}
</style>