Shades of Falu Red #8E2509
Tints of Falu Red #8E2509
RGB
CMYK
RGB Variations
Color information
#8E2509 (or 0x8E2509) is known color: Falu Red. HEX triplet: 8E, 25 and 09. RGB value is (142,37,9). Sum of RGB (Red+Green+Blue) = 142+37+9=188 (24% of max value = 765). Red value is 142 (55.86% from 255 or 75.53% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 9 (3.91% from 255 or 4.79% from 188); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2509 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2509 is #71DAF6. Grayscale: #414141. Windows color (decimal): -7461623 or 599438. OLE color: 599438.
HSL color Cylindrical-coordinate representation of color #8E2509: hue angle of 12.63º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E2509 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 37 | 9 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.44 |
| HSL | 12.63º | 0.88% | 0.3% | - |
| HSV(B) | 12.63º | 0.94% | 0.56% | - |
| XYZ | 11.87 | 7.09 | 1 | - |
| YUV | 65.2 | 96.29 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 37 | 9 | 0 | 0.74 | 0.94 | 0.44 | 12.63 | 0.88 | 0.3 |
| Hex | 8E | 25 | 9 | 0 | 4A | 5E | 2C | D | 58 | 1E |
| Octal | 216 | 45 | 11 | 0 | 112 | 136 | 54 | 15 | 130 | 36 |
| Binary | 10001110 | 100101 | 1001 | 0 | 1001010 | 1011110 | 101100 | 1101 | 1011000 | 11110 |
Color Harmonies of #8E2509
Complementary color
Monochromatic Colors of #8E2509
Black with #8E2509
Text Example
Text Example
White with #8E2509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2509; }
p { color: rgb(142,37,9); }
H1.HeaderClassName
{
color: #8E2509;
}
.AnyTagClassName
{
color: #8E2509;
}
</style>
background-color css
<style>
a { background-color: #8E2509; }
a { background-color: rgb(142,37,9); }
div.DivClassName
{
background-color: #8E2509;
}
.BgClassName
{
background-color: #8E2509;
}
</style>
border-color css
<style>
span { border-color: #8E2509; }
span { border-color: rgb(142,37,9); }
td.TdClassName
{
border-color: #8E2509;
}
.TagClassName
{
border-color: #8E2509;
}
</style>