Shades of Falu Red #701E11
Tints of Falu Red #701E11
RGB
CMYK
RGB Variations
Color information
#701E11 (or 0x701E11) is known color: Falu Red. HEX triplet: 70, 1E and 11. RGB value is (112,30,17). Sum of RGB (Red+Green+Blue) = 112+30+17=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #701E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701E11 is #8FE1EE. Grayscale: #353535. Windows color (decimal): -9429487 or 1121904. OLE color: 1121904.
HSL color Cylindrical-coordinate representation of color #701E11: hue angle of 8.21º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701E11 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 30 | 17 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.56 |
| HSL | 8.21º | 0.74% | 0.25% | - |
| HSV(B) | 8.21º | 0.85% | 0.44% | - |
| XYZ | 7.25 | 4.41 | 1 | - |
| YUV | 53.04 | 107.67 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 17 | 0 | 0.73 | 0.85 | 0.56 | 8.21 | 0.74 | 0.25 |
| Hex | 70 | 1E | 11 | 0 | 49 | 55 | 38 | 8 | 4A | 19 |
| Octal | 160 | 36 | 21 | 0 | 111 | 125 | 70 | 10 | 112 | 31 |
| Binary | 1110000 | 11110 | 10001 | 0 | 1001001 | 1010101 | 111000 | 1000 | 1001010 | 11001 |
Color Harmonies of #701E11
Complementary color
Monochromatic Colors of #701E11
Black with #701E11
Text Example
Text Example
White with #701E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701E11; }
p { color: rgb(112,30,17); }
H1.HeaderClassName
{
color: #701E11;
}
.AnyTagClassName
{
color: #701E11;
}
</style>
background-color css
<style>
a { background-color: #701E11; }
a { background-color: rgb(112,30,17); }
div.DivClassName
{
background-color: #701E11;
}
.BgClassName
{
background-color: #701E11;
}
</style>
border-color css
<style>
span { border-color: #701E11; }
span { border-color: rgb(112,30,17); }
td.TdClassName
{
border-color: #701E11;
}
.TagClassName
{
border-color: #701E11;
}
</style>