Shades of Falu Red #701C01
Tints of Falu Red #701C01
RGB
CMYK
RGB Variations
Color information
#701C01 (or 0x701C01) is known color: Falu Red. HEX triplet: 70, 1C and 01. RGB value is (112,28,1). Sum of RGB (Red+Green+Blue) = 112+28+1=141 (18% of max value = 765). Red value is 112 (44.14% from 255 or 79.43% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 112 - color contains mainly: red. Hex color #701C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701C01 is #8FE3FE. Grayscale: #323232. Windows color (decimal): -9430015 or 72816. OLE color: 72816.
HSL color Cylindrical-coordinate representation of color #701C01: hue angle of 14.59º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #701C01 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 28 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.56 |
| HSL | 14.59º | 0.98% | 0.22% | - |
| HSV(B) | 14.59º | 0.99% | 0.44% | - |
| XYZ | 7.1 | 4.28 | 0.48 | - |
| YUV | 50.04 | 100.33 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 1 | 0 | 0.75 | 0.99 | 0.56 | 14.59 | 0.98 | 0.22 |
| Hex | 70 | 1C | 1 | 0 | 4B | 63 | 38 | F | 62 | 16 |
| Octal | 160 | 34 | 1 | 0 | 113 | 143 | 70 | 17 | 142 | 26 |
| Binary | 1110000 | 11100 | 1 | 0 | 1001011 | 1100011 | 111000 | 1111 | 1100010 | 10110 |
Color Harmonies of #701C01
Complementary color
Monochromatic Colors of #701C01
Black with #701C01
Text Example
Text Example
White with #701C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701C01; }
p { color: rgb(112,28,1); }
H1.HeaderClassName
{
color: #701C01;
}
.AnyTagClassName
{
color: #701C01;
}
</style>
background-color css
<style>
a { background-color: #701C01; }
a { background-color: rgb(112,28,1); }
div.DivClassName
{
background-color: #701C01;
}
.BgClassName
{
background-color: #701C01;
}
</style>
border-color css
<style>
span { border-color: #701C01; }
span { border-color: rgb(112,28,1); }
td.TdClassName
{
border-color: #701C01;
}
.TagClassName
{
border-color: #701C01;
}
</style>