Shades of Falu Red #7E2212
Tints of Falu Red #7E2212
RGB
CMYK
RGB Variations
Color information
#7E2212 (or 0x7E2212) is known color: Falu Red. HEX triplet: 7E, 22 and 12. RGB value is (126,34,18). Sum of RGB (Red+Green+Blue) = 126+34+18=178 (23% of max value = 765). Red value is 126 (49.61% from 255 or 70.79% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2212 is #81DDED. Grayscale: #3B3B3B. Windows color (decimal): -8510958 or 1188478. OLE color: 1188478.
HSL color Cylindrical-coordinate representation of color #7E2212: hue angle of 8.89º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E2212 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 34 | 18 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.51 |
| HSL | 8.89º | 0.75% | 0.28% | - |
| HSV(B) | 8.89º | 0.86% | 0.49% | - |
| XYZ | 9.29 | 5.62 | 1.17 | - |
| YUV | 59.68 | 104.48 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 34 | 18 | 0 | 0.73 | 0.86 | 0.51 | 8.89 | 0.75 | 0.28 |
| Hex | 7E | 22 | 12 | 0 | 49 | 56 | 33 | 9 | 4B | 1C |
| Octal | 176 | 42 | 22 | 0 | 111 | 126 | 63 | 11 | 113 | 34 |
| Binary | 1111110 | 100010 | 10010 | 0 | 1001001 | 1010110 | 110011 | 1001 | 1001011 | 11100 |
Color Harmonies of #7E2212
Complementary color
Monochromatic Colors of #7E2212
Black with #7E2212
Text Example
Text Example
White with #7E2212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2212; }
p { color: rgb(126,34,18); }
H1.HeaderClassName
{
color: #7E2212;
}
.AnyTagClassName
{
color: #7E2212;
}
</style>
background-color css
<style>
a { background-color: #7E2212; }
a { background-color: rgb(126,34,18); }
div.DivClassName
{
background-color: #7E2212;
}
.BgClassName
{
background-color: #7E2212;
}
</style>
border-color css
<style>
span { border-color: #7E2212; }
span { border-color: rgb(126,34,18); }
td.TdClassName
{
border-color: #7E2212;
}
.TagClassName
{
border-color: #7E2212;
}
</style>