Shades of Falu Red #701E15
Tints of Falu Red #701E15
RGB
CMYK
RGB Variations
Color information
#701E15 (or 0x701E15) is known color: Falu Red. HEX triplet: 70, 1E and 15. RGB value is (112,30,21). Sum of RGB (Red+Green+Blue) = 112+30+21=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #701E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701E15 is #8FE1EA. Grayscale: #353535. Windows color (decimal): -9429483 or 1384048. OLE color: 1384048.
HSL color Cylindrical-coordinate representation of color #701E15: hue angle of 5.93º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701E15 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 30 | 21 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.56 |
| HSL | 5.93º | 0.68% | 0.26% | - |
| HSV(B) | 5.93º | 0.81% | 0.44% | - |
| XYZ | 7.28 | 4.43 | 1.18 | - |
| YUV | 53.49 | 109.67 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 21 | 0 | 0.73 | 0.81 | 0.56 | 5.93 | 0.68 | 0.26 |
| Hex | 70 | 1E | 15 | 0 | 49 | 51 | 38 | 6 | 44 | 1A |
| Octal | 160 | 36 | 25 | 0 | 111 | 121 | 70 | 6 | 104 | 32 |
| Binary | 1110000 | 11110 | 10101 | 0 | 1001001 | 1010001 | 111000 | 110 | 1000100 | 11010 |
Color Harmonies of #701E15
Complementary color
Monochromatic Colors of #701E15
Black with #701E15
Text Example
Text Example
White with #701E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701E15; }
p { color: rgb(112,30,21); }
H1.HeaderClassName
{
color: #701E15;
}
.AnyTagClassName
{
color: #701E15;
}
</style>
background-color css
<style>
a { background-color: #701E15; }
a { background-color: rgb(112,30,21); }
div.DivClassName
{
background-color: #701E15;
}
.BgClassName
{
background-color: #701E15;
}
</style>
border-color css
<style>
span { border-color: #701E15; }
span { border-color: rgb(112,30,21); }
td.TdClassName
{
border-color: #701E15;
}
.TagClassName
{
border-color: #701E15;
}
</style>