Shades of Falu Red #8F140F
Tints of Falu Red #8F140F
RGB
CMYK
RGB Variations
Color information
#8F140F (or 0x8F140F) is known color: Falu Red. HEX triplet: 8F, 14 and 0F. RGB value is (143,20,15). Sum of RGB (Red+Green+Blue) = 143+20+15=178 (23% of max value = 765). Red value is 143 (56.25% from 255 or 80.34% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 143 - color contains mainly: red. Hex color #8F140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F140F is #70EBF0. Grayscale: #383838. Windows color (decimal): -7400433 or 988303. OLE color: 988303.
HSL color Cylindrical-coordinate representation of color #8F140F: hue angle of 2.34º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F140F is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 20 | 15 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.44 |
| HSL | 2.34º | 0.81% | 0.31% | - |
| HSV(B) | 2.34º | 0.9% | 0.56% | - |
| XYZ | 11.66 | 6.37 | 1.07 | - |
| YUV | 56.21 | 104.75 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 20 | 15 | 0 | 0.86 | 0.90 | 0.44 | 2.34 | 0.81 | 0.31 |
| Hex | 8F | 14 | F | 0 | 56 | 5A | 2C | 2 | 51 | 1F |
| Octal | 217 | 24 | 17 | 0 | 126 | 132 | 54 | 2 | 121 | 37 |
| Binary | 10001111 | 10100 | 1111 | 0 | 1010110 | 1011010 | 101100 | 10 | 1010001 | 11111 |
Color Harmonies of #8F140F
Complementary color
Monochromatic Colors of #8F140F
Black with #8F140F
Text Example
Text Example
White with #8F140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F140F; }
p { color: rgb(143,20,15); }
H1.HeaderClassName
{
color: #8F140F;
}
.AnyTagClassName
{
color: #8F140F;
}
</style>
background-color css
<style>
a { background-color: #8F140F; }
a { background-color: rgb(143,20,15); }
div.DivClassName
{
background-color: #8F140F;
}
.BgClassName
{
background-color: #8F140F;
}
</style>
border-color css
<style>
span { border-color: #8F140F; }
span { border-color: rgb(143,20,15); }
td.TdClassName
{
border-color: #8F140F;
}
.TagClassName
{
border-color: #8F140F;
}
</style>