Shades of Falu Red #8E1807
Tints of Falu Red #8E1807
RGB
CMYK
RGB Variations
Color information
#8E1807 (or 0x8E1807) is known color: Falu Red. HEX triplet: 8E, 18 and 07. RGB value is (142,24,7). Sum of RGB (Red+Green+Blue) = 142+24+7=173 (22% of max value = 765). Red value is 142 (55.86% from 255 or 82.08% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1807 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1807 is #71E7F8. Grayscale: #393939. Windows color (decimal): -7464953 or 465038. OLE color: 465038.
HSL color Cylindrical-coordinate representation of color #8E1807: hue angle of 7.56º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E1807 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 24 | 7 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.44 |
| HSL | 7.56º | 0.91% | 0.29% | - |
| HSV(B) | 7.56º | 0.95% | 0.56% | - |
| XYZ | 11.52 | 6.42 | 0.83 | - |
| YUV | 57.34 | 99.59 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 24 | 7 | 0 | 0.83 | 0.95 | 0.44 | 7.56 | 0.91 | 0.29 |
| Hex | 8E | 18 | 7 | 0 | 53 | 5F | 2C | 8 | 5B | 1D |
| Octal | 216 | 30 | 7 | 0 | 123 | 137 | 54 | 10 | 133 | 35 |
| Binary | 10001110 | 11000 | 111 | 0 | 1010011 | 1011111 | 101100 | 1000 | 1011011 | 11101 |
Color Harmonies of #8E1807
Complementary color
Monochromatic Colors of #8E1807
Black with #8E1807
Text Example
Text Example
White with #8E1807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1807; }
p { color: rgb(142,24,7); }
H1.HeaderClassName
{
color: #8E1807;
}
.AnyTagClassName
{
color: #8E1807;
}
</style>
background-color css
<style>
a { background-color: #8E1807; }
a { background-color: rgb(142,24,7); }
div.DivClassName
{
background-color: #8E1807;
}
.BgClassName
{
background-color: #8E1807;
}
</style>
border-color css
<style>
span { border-color: #8E1807; }
span { border-color: rgb(142,24,7); }
td.TdClassName
{
border-color: #8E1807;
}
.TagClassName
{
border-color: #8E1807;
}
</style>