Shades of Falu Red #8F2504
Tints of Falu Red #8F2504
RGB
CMYK
RGB Variations
Color information
#8F2504 (or 0x8F2504) is known color: Falu Red. HEX triplet: 8F, 25 and 04. RGB value is (143,37,4). Sum of RGB (Red+Green+Blue) = 143+37+4=184 (24% of max value = 765). Red value is 143 (56.25% from 255 or 77.72% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2504 is #70DAFB. Grayscale: #414141. Windows color (decimal): -7396092 or 271759. OLE color: 271759.
HSL color Cylindrical-coordinate representation of color #8F2504: hue angle of 14.24º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F2504 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 37 | 4 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.44 |
| HSL | 14.24º | 0.95% | 0.29% | - |
| HSV(B) | 14.24º | 0.97% | 0.56% | - |
| XYZ | 12.01 | 7.17 | 0.87 | - |
| YUV | 64.93 | 93.62 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 37 | 4 | 0 | 0.74 | 0.97 | 0.44 | 14.24 | 0.95 | 0.29 |
| Hex | 8F | 25 | 4 | 0 | 4A | 61 | 2C | E | 5F | 1D |
| Octal | 217 | 45 | 4 | 0 | 112 | 141 | 54 | 16 | 137 | 35 |
| Binary | 10001111 | 100101 | 100 | 0 | 1001010 | 1100001 | 101100 | 1110 | 1011111 | 11101 |
Color Harmonies of #8F2504
Complementary color
Monochromatic Colors of #8F2504
Black with #8F2504
Text Example
Text Example
White with #8F2504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2504; }
p { color: rgb(143,37,4); }
H1.HeaderClassName
{
color: #8F2504;
}
.AnyTagClassName
{
color: #8F2504;
}
</style>
background-color css
<style>
a { background-color: #8F2504; }
a { background-color: rgb(143,37,4); }
div.DivClassName
{
background-color: #8F2504;
}
.BgClassName
{
background-color: #8F2504;
}
</style>
border-color css
<style>
span { border-color: #8F2504; }
span { border-color: rgb(143,37,4); }
td.TdClassName
{
border-color: #8F2504;
}
.TagClassName
{
border-color: #8F2504;
}
</style>