Shades of Falu Red #8C210D
Tints of Falu Red #8C210D
RGB
CMYK
RGB Variations
Color information
#8C210D (or 0x8C210D) is known color: Falu Red. HEX triplet: 8C, 21 and 0D. RGB value is (140,33,13). Sum of RGB (Red+Green+Blue) = 140+33+13=186 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.27% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 140 - color contains mainly: red. Hex color #8C210D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C210D is #73DEF2. Grayscale: #3E3E3E. Windows color (decimal): -7593715 or 860556. OLE color: 860556.
HSL color Cylindrical-coordinate representation of color #8C210D: hue angle of 9.45º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C210D is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 33 | 13 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.45 |
| HSL | 9.45º | 0.83% | 0.3% | - |
| HSV(B) | 9.45º | 0.91% | 0.55% | - |
| XYZ | 11.43 | 6.69 | 1.07 | - |
| YUV | 62.71 | 99.95 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 13 | 0 | 0.76 | 0.91 | 0.45 | 9.45 | 0.83 | 0.3 |
| Hex | 8C | 21 | D | 0 | 4C | 5B | 2D | 9 | 53 | 1E |
| Octal | 214 | 41 | 15 | 0 | 114 | 133 | 55 | 11 | 123 | 36 |
| Binary | 10001100 | 100001 | 1101 | 0 | 1001100 | 1011011 | 101101 | 1001 | 1010011 | 11110 |
Color Harmonies of #8C210D
Complementary color
Monochromatic Colors of #8C210D
Black with #8C210D
Text Example
Text Example
White with #8C210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C210D; }
p { color: rgb(140,33,13); }
H1.HeaderClassName
{
color: #8C210D;
}
.AnyTagClassName
{
color: #8C210D;
}
</style>
background-color css
<style>
a { background-color: #8C210D; }
a { background-color: rgb(140,33,13); }
div.DivClassName
{
background-color: #8C210D;
}
.BgClassName
{
background-color: #8C210D;
}
</style>
border-color css
<style>
span { border-color: #8C210D; }
span { border-color: rgb(140,33,13); }
td.TdClassName
{
border-color: #8C210D;
}
.TagClassName
{
border-color: #8C210D;
}
</style>