Shades of Falu Red #8E1D00
Tints of Falu Red #8E1D00
RGB
CMYK
RGB Variations
Color information
#8E1D00 (or 0x8E1D00) is known color: Falu Red. HEX triplet: 8E, 1D and 00. RGB value is (142,29,0). Sum of RGB (Red+Green+Blue) = 142+29+0=171 (22% of max value = 765). Red value is 142 (55.86% from 255 or 83.04% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E1D00 is #71E2FF. Grayscale: #3B3B3B. Windows color (decimal): -7463680 or 7566. OLE color: 7566.
HSL color Cylindrical-coordinate representation of color #8E1D00: hue angle of 12.25º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E1D00 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 29 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.44 |
| HSL | 12.25º | 1% | 0.28% | - |
| HSV(B) | 12.25º | 1% | 0.56% | - |
| XYZ | 11.59 | 6.63 | 0.67 | - |
| YUV | 59.48 | 94.44 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 29 | 0 | 0 | 0.80 | 1 | 0.44 | 12.25 | 1 | 0.28 |
| Hex | 8E | 1D | 0 | 0 | 50 | 64 | 2C | C | 64 | 1C |
| Octal | 216 | 35 | 0 | 0 | 120 | 144 | 54 | 14 | 144 | 34 |
| Binary | 10001110 | 11101 | 0 | 0 | 1010000 | 1100100 | 101100 | 1100 | 1100100 | 11100 |
Color Harmonies of #8E1D00
Complementary color
Monochromatic Colors of #8E1D00
Black with #8E1D00
Text Example
Text Example
White with #8E1D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1D00; }
p { color: rgb(142,29,0); }
H1.HeaderClassName
{
color: #8E1D00;
}
.AnyTagClassName
{
color: #8E1D00;
}
</style>
background-color css
<style>
a { background-color: #8E1D00; }
a { background-color: rgb(142,29,0); }
div.DivClassName
{
background-color: #8E1D00;
}
.BgClassName
{
background-color: #8E1D00;
}
</style>
border-color css
<style>
span { border-color: #8E1D00; }
span { border-color: rgb(142,29,0); }
td.TdClassName
{
border-color: #8E1D00;
}
.TagClassName
{
border-color: #8E1D00;
}
</style>