Shades of Falu Red #701E02
Tints of Falu Red #701E02
RGB
CMYK
RGB Variations
Color information
#701E02 (or 0x701E02) is known color: Falu Red. HEX triplet: 70, 1E and 02. RGB value is (112,30,2). Sum of RGB (Red+Green+Blue) = 112+30+2=144 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.78% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 112 - color contains mainly: red. Hex color #701E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701E02 is #8FE1FD. Grayscale: #333333. Windows color (decimal): -9429502 or 138864. OLE color: 138864.
HSL color Cylindrical-coordinate representation of color #701E02: hue angle of 15.27º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #701E02 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 30 | 2 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.56 |
| HSL | 15.27º | 0.96% | 0.22% | - |
| HSV(B) | 15.27º | 0.98% | 0.44% | - |
| XYZ | 7.16 | 4.38 | 0.53 | - |
| YUV | 51.33 | 100.17 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 2 | 0 | 0.73 | 0.98 | 0.56 | 15.27 | 0.96 | 0.22 |
| Hex | 70 | 1E | 2 | 0 | 49 | 62 | 38 | F | 60 | 16 |
| Octal | 160 | 36 | 2 | 0 | 111 | 142 | 70 | 17 | 140 | 26 |
| Binary | 1110000 | 11110 | 10 | 0 | 1001001 | 1100010 | 111000 | 1111 | 1100000 | 10110 |
Color Harmonies of #701E02
Complementary color
Monochromatic Colors of #701E02
Black with #701E02
Text Example
Text Example
White with #701E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701E02; }
p { color: rgb(112,30,2); }
H1.HeaderClassName
{
color: #701E02;
}
.AnyTagClassName
{
color: #701E02;
}
</style>
background-color css
<style>
a { background-color: #701E02; }
a { background-color: rgb(112,30,2); }
div.DivClassName
{
background-color: #701E02;
}
.BgClassName
{
background-color: #701E02;
}
</style>
border-color css
<style>
span { border-color: #701E02; }
span { border-color: rgb(112,30,2); }
td.TdClassName
{
border-color: #701E02;
}
.TagClassName
{
border-color: #701E02;
}
</style>