Shades of Falu Red #70140F
Tints of Falu Red #70140F
RGB
CMYK
RGB Variations
Color information
#70140F (or 0x70140F) is known color: Falu Red. HEX triplet: 70, 14 and 0F. RGB value is (112,20,15). Sum of RGB (Red+Green+Blue) = 112+20+15=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #70140F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70140F is #8FEBF0. Grayscale: #2F2F2F. Windows color (decimal): -9432049 or 988272. OLE color: 988272.
HSL color Cylindrical-coordinate representation of color #70140F: hue angle of 3.09º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70140F is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 20 | 15 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.56 |
| HSL | 3.09º | 0.76% | 0.25% | - |
| HSV(B) | 3.09º | 0.87% | 0.44% | - |
| XYZ | 7.02 | 3.98 | 0.85 | - |
| YUV | 46.94 | 109.98 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 15 | 0 | 0.82 | 0.87 | 0.56 | 3.09 | 0.76 | 0.25 |
| Hex | 70 | 14 | F | 0 | 52 | 57 | 38 | 3 | 4C | 19 |
| Octal | 160 | 24 | 17 | 0 | 122 | 127 | 70 | 3 | 114 | 31 |
| Binary | 1110000 | 10100 | 1111 | 0 | 1010010 | 1010111 | 111000 | 11 | 1001100 | 11001 |
Color Harmonies of #70140F
Complementary color
Monochromatic Colors of #70140F
Black with #70140F
Text Example
Text Example
White with #70140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70140F; }
p { color: rgb(112,20,15); }
H1.HeaderClassName
{
color: #70140F;
}
.AnyTagClassName
{
color: #70140F;
}
</style>
background-color css
<style>
a { background-color: #70140F; }
a { background-color: rgb(112,20,15); }
div.DivClassName
{
background-color: #70140F;
}
.BgClassName
{
background-color: #70140F;
}
</style>
border-color css
<style>
span { border-color: #70140F; }
span { border-color: rgb(112,20,15); }
td.TdClassName
{
border-color: #70140F;
}
.TagClassName
{
border-color: #70140F;
}
</style>