Shades of Falu Red #70120E
Tints of Falu Red #70120E
RGB
CMYK
RGB Variations
Color information
#70120E (or 0x70120E) is known color: Falu Red. HEX triplet: 70, 12 and 0E. RGB value is (112,18,14). Sum of RGB (Red+Green+Blue) = 112+18+14=144 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.78% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 112 - color contains mainly: red. Hex color #70120E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70120E is #8FEDF1. Grayscale: #2D2D2D. Windows color (decimal): -9432562 or 922224. OLE color: 922224.
HSL color Cylindrical-coordinate representation of color #70120E: hue angle of 2.45º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70120E is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 18 | 14 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.56 |
| HSL | 2.45º | 0.78% | 0.25% | - |
| HSV(B) | 2.45º | 0.88% | 0.44% | - |
| XYZ | 6.98 | 3.91 | 0.8 | - |
| YUV | 45.65 | 110.14 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 14 | 0 | 0.84 | 0.88 | 0.56 | 2.45 | 0.78 | 0.25 |
| Hex | 70 | 12 | E | 0 | 54 | 58 | 38 | 2 | 4E | 19 |
| Octal | 160 | 22 | 16 | 0 | 124 | 130 | 70 | 2 | 116 | 31 |
| Binary | 1110000 | 10010 | 1110 | 0 | 1010100 | 1011000 | 111000 | 10 | 1001110 | 11001 |
Color Harmonies of #70120E
Complementary color
Monochromatic Colors of #70120E
Black with #70120E
Text Example
Text Example
White with #70120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70120E; }
p { color: rgb(112,18,14); }
H1.HeaderClassName
{
color: #70120E;
}
.AnyTagClassName
{
color: #70120E;
}
</style>
background-color css
<style>
a { background-color: #70120E; }
a { background-color: rgb(112,18,14); }
div.DivClassName
{
background-color: #70120E;
}
.BgClassName
{
background-color: #70120E;
}
</style>
border-color css
<style>
span { border-color: #70120E; }
span { border-color: rgb(112,18,14); }
td.TdClassName
{
border-color: #70120E;
}
.TagClassName
{
border-color: #70120E;
}
</style>