Shades of Falu Red #701D02
Tints of Falu Red #701D02
RGB
CMYK
RGB Variations
Color information
#701D02 (or 0x701D02) is known color: Falu Red. HEX triplet: 70, 1D and 02. RGB value is (112,29,2). Sum of RGB (Red+Green+Blue) = 112+29+2=143 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.32% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 112 - color contains mainly: red. Hex color #701D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701D02 is #8FE2FD. Grayscale: #323232. Windows color (decimal): -9429758 or 138608. OLE color: 138608.
HSL color Cylindrical-coordinate representation of color #701D02: hue angle of 14.73º 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 #701D02 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 29 | 2 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.56 |
| HSL | 14.73º | 0.96% | 0.22% | - |
| HSV(B) | 14.73º | 0.98% | 0.44% | - |
| XYZ | 7.13 | 4.33 | 0.52 | - |
| YUV | 50.74 | 100.5 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 2 | 0 | 0.74 | 0.98 | 0.56 | 14.73 | 0.96 | 0.22 |
| Hex | 70 | 1D | 2 | 0 | 4A | 62 | 38 | F | 60 | 16 |
| Octal | 160 | 35 | 2 | 0 | 112 | 142 | 70 | 17 | 140 | 26 |
| Binary | 1110000 | 11101 | 10 | 0 | 1001010 | 1100010 | 111000 | 1111 | 1100000 | 10110 |
Color Harmonies of #701D02
Complementary color
Monochromatic Colors of #701D02
Black with #701D02
Text Example
Text Example
White with #701D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D02; }
p { color: rgb(112,29,2); }
H1.HeaderClassName
{
color: #701D02;
}
.AnyTagClassName
{
color: #701D02;
}
</style>
background-color css
<style>
a { background-color: #701D02; }
a { background-color: rgb(112,29,2); }
div.DivClassName
{
background-color: #701D02;
}
.BgClassName
{
background-color: #701D02;
}
</style>
border-color css
<style>
span { border-color: #701D02; }
span { border-color: rgb(112,29,2); }
td.TdClassName
{
border-color: #701D02;
}
.TagClassName
{
border-color: #701D02;
}
</style>