Shades of Falu Red #8E1E04
Tints of Falu Red #8E1E04
RGB
CMYK
RGB Variations
Color information
#8E1E04 (or 0x8E1E04) is known color: Falu Red. HEX triplet: 8E, 1E and 04. RGB value is (142,30,4). Sum of RGB (Red+Green+Blue) = 142+30+4=176 (23% of max value = 765). Red value is 142 (55.86% from 255 or 80.68% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1E04 is #71E1FB. Grayscale: #3C3C3C. Windows color (decimal): -7463420 or 269966. OLE color: 269966.
HSL color Cylindrical-coordinate representation of color #8E1E04: hue angle of 11.3º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E1E04 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 30 | 4 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.44 |
| HSL | 11.3º | 0.95% | 0.29% | - |
| HSV(B) | 11.3º | 0.97% | 0.56% | - |
| XYZ | 11.64 | 6.69 | 0.79 | - |
| YUV | 60.52 | 96.11 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 30 | 4 | 0 | 0.79 | 0.97 | 0.44 | 11.3 | 0.95 | 0.29 |
| Hex | 8E | 1E | 4 | 0 | 4F | 61 | 2C | B | 5F | 1D |
| Octal | 216 | 36 | 4 | 0 | 117 | 141 | 54 | 13 | 137 | 35 |
| Binary | 10001110 | 11110 | 100 | 0 | 1001111 | 1100001 | 101100 | 1011 | 1011111 | 11101 |
Color Harmonies of #8E1E04
Complementary color
Monochromatic Colors of #8E1E04
Black with #8E1E04
Text Example
Text Example
White with #8E1E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1E04; }
p { color: rgb(142,30,4); }
H1.HeaderClassName
{
color: #8E1E04;
}
.AnyTagClassName
{
color: #8E1E04;
}
</style>
background-color css
<style>
a { background-color: #8E1E04; }
a { background-color: rgb(142,30,4); }
div.DivClassName
{
background-color: #8E1E04;
}
.BgClassName
{
background-color: #8E1E04;
}
</style>
border-color css
<style>
span { border-color: #8E1E04; }
span { border-color: rgb(142,30,4); }
td.TdClassName
{
border-color: #8E1E04;
}
.TagClassName
{
border-color: #8E1E04;
}
</style>