Shades of Falu Red #8F2203
Tints of Falu Red #8F2203
RGB
CMYK
RGB Variations
Color information
#8F2203 (or 0x8F2203) is known color: Falu Red. HEX triplet: 8F, 22 and 03. RGB value is (143,34,3). Sum of RGB (Red+Green+Blue) = 143+34+3=180 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.44% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2203 is #70DDFC. Grayscale: #3F3F3F. Windows color (decimal): -7396861 or 205455. OLE color: 205455.
HSL color Cylindrical-coordinate representation of color #8F2203: hue angle of 13.29º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F2203 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 34 | 3 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.44 |
| HSL | 13.29º | 0.96% | 0.29% | - |
| HSV(B) | 13.29º | 0.98% | 0.56% | - |
| XYZ | 11.92 | 6.99 | 0.81 | - |
| YUV | 63.06 | 94.11 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 34 | 3 | 0 | 0.76 | 0.98 | 0.44 | 13.29 | 0.96 | 0.29 |
| Hex | 8F | 22 | 3 | 0 | 4C | 62 | 2C | D | 60 | 1D |
| Octal | 217 | 42 | 3 | 0 | 114 | 142 | 54 | 15 | 140 | 35 |
| Binary | 10001111 | 100010 | 11 | 0 | 1001100 | 1100010 | 101100 | 1101 | 1100000 | 11101 |
Color Harmonies of #8F2203
Complementary color
Monochromatic Colors of #8F2203
Black with #8F2203
Text Example
Text Example
White with #8F2203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2203; }
p { color: rgb(143,34,3); }
H1.HeaderClassName
{
color: #8F2203;
}
.AnyTagClassName
{
color: #8F2203;
}
</style>
background-color css
<style>
a { background-color: #8F2203; }
a { background-color: rgb(143,34,3); }
div.DivClassName
{
background-color: #8F2203;
}
.BgClassName
{
background-color: #8F2203;
}
</style>
border-color css
<style>
span { border-color: #8F2203; }
span { border-color: rgb(143,34,3); }
td.TdClassName
{
border-color: #8F2203;
}
.TagClassName
{
border-color: #8F2203;
}
</style>