Shades of Falu Red #8E2204
Tints of Falu Red #8E2204
RGB
CMYK
RGB Variations
Color information
#8E2204 (or 0x8E2204) is known color: Falu Red. HEX triplet: 8E, 22 and 04. RGB value is (142,34,4). Sum of RGB (Red+Green+Blue) = 142+34+4=180 (23% of max value = 765). Red value is 142 (55.86% from 255 or 78.89% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2204 is #71DDFB. Grayscale: #3F3F3F. Windows color (decimal): -7462396 or 270990. OLE color: 270990.
HSL color Cylindrical-coordinate representation of color #8E2204: hue angle of 13.04º 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 #8E2204 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 34 | 4 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.44 |
| HSL | 13.04º | 0.95% | 0.29% | - |
| HSV(B) | 13.04º | 0.97% | 0.56% | - |
| XYZ | 11.75 | 6.9 | 0.83 | - |
| YUV | 62.87 | 94.78 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 34 | 4 | 0 | 0.76 | 0.97 | 0.44 | 13.04 | 0.95 | 0.29 |
| Hex | 8E | 22 | 4 | 0 | 4C | 61 | 2C | D | 5F | 1D |
| Octal | 216 | 42 | 4 | 0 | 114 | 141 | 54 | 15 | 137 | 35 |
| Binary | 10001110 | 100010 | 100 | 0 | 1001100 | 1100001 | 101100 | 1101 | 1011111 | 11101 |
Color Harmonies of #8E2204
Complementary color
Monochromatic Colors of #8E2204
Black with #8E2204
Text Example
Text Example
White with #8E2204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2204; }
p { color: rgb(142,34,4); }
H1.HeaderClassName
{
color: #8E2204;
}
.AnyTagClassName
{
color: #8E2204;
}
</style>
background-color css
<style>
a { background-color: #8E2204; }
a { background-color: rgb(142,34,4); }
div.DivClassName
{
background-color: #8E2204;
}
.BgClassName
{
background-color: #8E2204;
}
</style>
border-color css
<style>
span { border-color: #8E2204; }
span { border-color: rgb(142,34,4); }
td.TdClassName
{
border-color: #8E2204;
}
.TagClassName
{
border-color: #8E2204;
}
</style>