Shades of Falu Red #8F2501
Tints of Falu Red #8F2501
RGB
CMYK
RGB Variations
Color information
#8F2501 (or 0x8F2501) is known color: Falu Red. HEX triplet: 8F, 25 and 01. RGB value is (143,37,1). Sum of RGB (Red+Green+Blue) = 143+37+1=181 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.01% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2501 is #70DAFE. Grayscale: #404040. Windows color (decimal): -7396095 or 75151. OLE color: 75151.
HSL color Cylindrical-coordinate representation of color #8F2501: hue angle of 15.21º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F2501 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 37 | 1 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.44 |
| HSL | 15.21º | 0.99% | 0.28% | - |
| HSV(B) | 15.21º | 0.99% | 0.56% | - |
| XYZ | 11.99 | 7.16 | 0.78 | - |
| YUV | 64.59 | 92.12 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 37 | 1 | 0 | 0.74 | 0.99 | 0.44 | 15.21 | 0.99 | 0.28 |
| Hex | 8F | 25 | 1 | 0 | 4A | 63 | 2C | F | 63 | 1C |
| Octal | 217 | 45 | 1 | 0 | 112 | 143 | 54 | 17 | 143 | 34 |
| Binary | 10001111 | 100101 | 1 | 0 | 1001010 | 1100011 | 101100 | 1111 | 1100011 | 11100 |
Color Harmonies of #8F2501
Complementary color
Monochromatic Colors of #8F2501
Black with #8F2501
Text Example
Text Example
White with #8F2501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2501; }
p { color: rgb(143,37,1); }
H1.HeaderClassName
{
color: #8F2501;
}
.AnyTagClassName
{
color: #8F2501;
}
</style>
background-color css
<style>
a { background-color: #8F2501; }
a { background-color: rgb(143,37,1); }
div.DivClassName
{
background-color: #8F2501;
}
.BgClassName
{
background-color: #8F2501;
}
</style>
border-color css
<style>
span { border-color: #8F2501; }
span { border-color: rgb(143,37,1); }
td.TdClassName
{
border-color: #8F2501;
}
.TagClassName
{
border-color: #8F2501;
}
</style>