Shades of Falu Red #70210D
Tints of Falu Red #70210D
RGB
CMYK
RGB Variations
Color information
#70210D (or 0x70210D) is known color: Falu Red. HEX triplet: 70, 21 and 0D. RGB value is (112,33,13). Sum of RGB (Red+Green+Blue) = 112+33+13=158 (20% of max value = 765). Red value is 112 (44.14% from 255 or 70.89% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 112 - color contains mainly: red. Hex color #70210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70210D is #8FDEF2. Grayscale: #363636. Windows color (decimal): -9428723 or 860528. OLE color: 860528.
HSL color Cylindrical-coordinate representation of color #70210D: hue angle of 12.12º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70210D is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 13 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.56 |
| HSL | 12.12º | 0.79% | 0.25% | - |
| HSV(B) | 12.12º | 0.88% | 0.44% | - |
| XYZ | 7.3 | 4.56 | 0.88 | - |
| YUV | 54.34 | 104.67 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 13 | 0 | 0.71 | 0.88 | 0.56 | 12.12 | 0.79 | 0.25 |
| Hex | 70 | 21 | D | 0 | 47 | 58 | 38 | C | 4F | 19 |
| Octal | 160 | 41 | 15 | 0 | 107 | 130 | 70 | 14 | 117 | 31 |
| Binary | 1110000 | 100001 | 1101 | 0 | 1000111 | 1011000 | 111000 | 1100 | 1001111 | 11001 |
Color Harmonies of #70210D
Complementary color
Monochromatic Colors of #70210D
Black with #70210D
Text Example
Text Example
White with #70210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70210D; }
p { color: rgb(112,33,13); }
H1.HeaderClassName
{
color: #70210D;
}
.AnyTagClassName
{
color: #70210D;
}
</style>
background-color css
<style>
a { background-color: #70210D; }
a { background-color: rgb(112,33,13); }
div.DivClassName
{
background-color: #70210D;
}
.BgClassName
{
background-color: #70210D;
}
</style>
border-color css
<style>
span { border-color: #70210D; }
span { border-color: rgb(112,33,13); }
td.TdClassName
{
border-color: #70210D;
}
.TagClassName
{
border-color: #70210D;
}
</style>