Shades of Falu Red #8C210A
Tints of Falu Red #8C210A
RGB
CMYK
RGB Variations
Color information
#8C210A (or 0x8C210A) is known color: Falu Red. HEX triplet: 8C, 21 and 0A. RGB value is (140,33,10). Sum of RGB (Red+Green+Blue) = 140+33+10=183 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.50% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 140 - color contains mainly: red. Hex color #8C210A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C210A is #73DEF5. Grayscale: #3E3E3E. Windows color (decimal): -7593718 or 663948. OLE color: 663948.
HSL color Cylindrical-coordinate representation of color #8C210A: hue angle of 10.62º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C210A is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 33 | 10 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.45 |
| HSL | 10.62º | 0.87% | 0.29% | - |
| HSV(B) | 10.62º | 0.93% | 0.55% | - |
| XYZ | 11.41 | 6.69 | 0.98 | - |
| YUV | 62.37 | 98.45 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 10 | 0 | 0.76 | 0.93 | 0.45 | 10.62 | 0.87 | 0.29 |
| Hex | 8C | 21 | A | 0 | 4C | 5D | 2D | B | 57 | 1D |
| Octal | 214 | 41 | 12 | 0 | 114 | 135 | 55 | 13 | 127 | 35 |
| Binary | 10001100 | 100001 | 1010 | 0 | 1001100 | 1011101 | 101101 | 1011 | 1010111 | 11101 |
Color Harmonies of #8C210A
Complementary color
Monochromatic Colors of #8C210A
Black with #8C210A
Text Example
Text Example
White with #8C210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C210A; }
p { color: rgb(140,33,10); }
H1.HeaderClassName
{
color: #8C210A;
}
.AnyTagClassName
{
color: #8C210A;
}
</style>
background-color css
<style>
a { background-color: #8C210A; }
a { background-color: rgb(140,33,10); }
div.DivClassName
{
background-color: #8C210A;
}
.BgClassName
{
background-color: #8C210A;
}
</style>
border-color css
<style>
span { border-color: #8C210A; }
span { border-color: rgb(140,33,10); }
td.TdClassName
{
border-color: #8C210A;
}
.TagClassName
{
border-color: #8C210A;
}
</style>