Shades of Falu Red #700E0E
Tints of Falu Red #700E0E
RGB
CMYK
RGB Variations
Color information
#700E0E (or 0x700E0E) is known color: Falu Red. HEX triplet: 70, 0E and 0E. RGB value is (112,14,14). Sum of RGB (Red+Green+Blue) = 112+14+14=140 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80% from 140); Green value is 14 (5.86% from 255 or 10% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 112 - color contains mainly: red. Hex color #700E0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700E0E is #8FF1F1. Grayscale: #2B2B2B. Windows color (decimal): -9433586 or 921200. OLE color: 921200.
HSL color Cylindrical-coordinate representation of color #700E0E: hue angle of 0º degrees, saturation: 0.78, 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 #700E0E is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 14 | 14 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.56 |
| HSL | 0º | 0.78% | 0.25% | - |
| HSV(B) | 0º | 0.88% | 0.44% | - |
| XYZ | 6.92 | 3.79 | 0.78 | - |
| YUV | 43.3 | 111.47 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 14 | 0 | 0.88 | 0.88 | 0.56 | 0 | 0.78 | 0.25 |
| Hex | 70 | E | E | 0 | 58 | 58 | 38 | 0 | 4E | 19 |
| Octal | 160 | 16 | 16 | 0 | 130 | 130 | 70 | 0 | 116 | 31 |
| Binary | 1110000 | 1110 | 1110 | 0 | 1011000 | 1011000 | 111000 | 0 | 1001110 | 11001 |
Color Harmonies of #700E0E
Complementary color
Monochromatic Colors of #700E0E
Black with #700E0E
Text Example
Text Example
White with #700E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700E0E; }
p { color: rgb(112,14,14); }
H1.HeaderClassName
{
color: #700E0E;
}
.AnyTagClassName
{
color: #700E0E;
}
</style>
background-color css
<style>
a { background-color: #700E0E; }
a { background-color: rgb(112,14,14); }
div.DivClassName
{
background-color: #700E0E;
}
.BgClassName
{
background-color: #700E0E;
}
</style>
border-color css
<style>
span { border-color: #700E0E; }
span { border-color: rgb(112,14,14); }
td.TdClassName
{
border-color: #700E0E;
}
.TagClassName
{
border-color: #700E0E;
}
</style>