Shades of Falu Red #7E201A
Tints of Falu Red #7E201A
RGB
CMYK
RGB Variations
Color information
#7E201A (or 0x7E201A) is known color: Falu Red. HEX triplet: 7E, 20 and 1A. RGB value is (126,32,26). Sum of RGB (Red+Green+Blue) = 126+32+26=184 (24% of max value = 765). Red value is 126 (49.61% from 255 or 68.48% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 126 - color contains mainly: red. Hex color #7E201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E201A is #81DFE5. Grayscale: #3B3B3B. Windows color (decimal): -8511462 or 1712254. OLE color: 1712254.
HSL color Cylindrical-coordinate representation of color #7E201A: hue angle of 3.6º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E201A is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 32 | 26 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.51 |
| HSL | 3.6º | 0.66% | 0.3% | - |
| HSV(B) | 3.6º | 0.79% | 0.49% | - |
| XYZ | 9.31 | 5.54 | 1.56 | - |
| YUV | 59.42 | 109.14 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 32 | 26 | 0 | 0.75 | 0.79 | 0.51 | 3.6 | 0.66 | 0.3 |
| Hex | 7E | 20 | 1A | 0 | 4B | 4F | 33 | 4 | 42 | 1E |
| Octal | 176 | 40 | 32 | 0 | 113 | 117 | 63 | 4 | 102 | 36 |
| Binary | 1111110 | 100000 | 11010 | 0 | 1001011 | 1001111 | 110011 | 100 | 1000010 | 11110 |
Color Harmonies of #7E201A
Complementary color
Monochromatic Colors of #7E201A
Black with #7E201A
Text Example
Text Example
White with #7E201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E201A; }
p { color: rgb(126,32,26); }
H1.HeaderClassName
{
color: #7E201A;
}
.AnyTagClassName
{
color: #7E201A;
}
</style>
background-color css
<style>
a { background-color: #7E201A; }
a { background-color: rgb(126,32,26); }
div.DivClassName
{
background-color: #7E201A;
}
.BgClassName
{
background-color: #7E201A;
}
</style>
border-color css
<style>
span { border-color: #7E201A; }
span { border-color: rgb(126,32,26); }
td.TdClassName
{
border-color: #7E201A;
}
.TagClassName
{
border-color: #7E201A;
}
</style>