Shades of Falu Red #7E1903
Tints of Falu Red #7E1903
RGB
CMYK
RGB Variations
Color information
#7E1903 (or 0x7E1903) is known color: Falu Red. HEX triplet: 7E, 19 and 03. RGB value is (126,25,3). Sum of RGB (Red+Green+Blue) = 126+25+3=154 (20% of max value = 765). Red value is 126 (49.61% from 255 or 81.82% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1903 is #81E6FC. Grayscale: #343434. Windows color (decimal): -8513277 or 203134. OLE color: 203134.
HSL color Cylindrical-coordinate representation of color #7E1903: hue angle of 10.73º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E1903 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 25 | 3 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.51 |
| HSL | 10.73º | 0.95% | 0.25% | - |
| HSV(B) | 10.73º | 0.98% | 0.49% | - |
| XYZ | 8.97 | 5.14 | 0.61 | - |
| YUV | 52.69 | 99.96 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 25 | 3 | 0 | 0.80 | 0.98 | 0.51 | 10.73 | 0.95 | 0.25 |
| Hex | 7E | 19 | 3 | 0 | 50 | 62 | 33 | B | 5F | 19 |
| Octal | 176 | 31 | 3 | 0 | 120 | 142 | 63 | 13 | 137 | 31 |
| Binary | 1111110 | 11001 | 11 | 0 | 1010000 | 1100010 | 110011 | 1011 | 1011111 | 11001 |
Color Harmonies of #7E1903
Complementary color
Monochromatic Colors of #7E1903
Black with #7E1903
Text Example
Text Example
White with #7E1903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1903; }
p { color: rgb(126,25,3); }
H1.HeaderClassName
{
color: #7E1903;
}
.AnyTagClassName
{
color: #7E1903;
}
</style>
background-color css
<style>
a { background-color: #7E1903; }
a { background-color: rgb(126,25,3); }
div.DivClassName
{
background-color: #7E1903;
}
.BgClassName
{
background-color: #7E1903;
}
</style>
border-color css
<style>
span { border-color: #7E1903; }
span { border-color: rgb(126,25,3); }
td.TdClassName
{
border-color: #7E1903;
}
.TagClassName
{
border-color: #7E1903;
}
</style>