Shades of Falu Red #70140E
Tints of Falu Red #70140E
RGB
CMYK
RGB Variations
Color information
#70140E (or 0x70140E) is known color: Falu Red. HEX triplet: 70, 14 and 0E. RGB value is (112,20,14). Sum of RGB (Red+Green+Blue) = 112+20+14=146 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.71% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 112 - color contains mainly: red. Hex color #70140E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70140E is #8FEBF1. Grayscale: #2E2E2E. Windows color (decimal): -9432050 or 922736. OLE color: 922736.
HSL color Cylindrical-coordinate representation of color #70140E: hue angle of 3.67º 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 #70140E is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 14 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.56 |
| HSL | 3.67º | 0.78% | 0.25% | - |
| HSV(B) | 3.67º | 0.88% | 0.44% | - |
| XYZ | 7.01 | 3.98 | 0.81 | - |
| YUV | 46.82 | 109.48 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 14 | 0 | 0.82 | 0.88 | 0.56 | 3.67 | 0.78 | 0.25 |
| Hex | 70 | 14 | E | 0 | 52 | 58 | 38 | 4 | 4E | 19 |
| Octal | 160 | 24 | 16 | 0 | 122 | 130 | 70 | 4 | 116 | 31 |
| Binary | 1110000 | 10100 | 1110 | 0 | 1010010 | 1011000 | 111000 | 100 | 1001110 | 11001 |
Color Harmonies of #70140E
Complementary color
Monochromatic Colors of #70140E
Black with #70140E
Text Example
Text Example
White with #70140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70140E; }
p { color: rgb(112,20,14); }
H1.HeaderClassName
{
color: #70140E;
}
.AnyTagClassName
{
color: #70140E;
}
</style>
background-color css
<style>
a { background-color: #70140E; }
a { background-color: rgb(112,20,14); }
div.DivClassName
{
background-color: #70140E;
}
.BgClassName
{
background-color: #70140E;
}
</style>
border-color css
<style>
span { border-color: #70140E; }
span { border-color: rgb(112,20,14); }
td.TdClassName
{
border-color: #70140E;
}
.TagClassName
{
border-color: #70140E;
}
</style>