Shades of Falu Red #8C200D
Tints of Falu Red #8C200D
RGB
CMYK
RGB Variations
Color information
#8C200D (or 0x8C200D) is known color: Falu Red. HEX triplet: 8C, 20 and 0D. RGB value is (140,32,13). Sum of RGB (Red+Green+Blue) = 140+32+13=185 (24% of max value = 765). Red value is 140 (55.08% from 255 or 75.68% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 140 - color contains mainly: red. Hex color #8C200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C200D is #73DFF2. Grayscale: #3E3E3E. Windows color (decimal): -7593971 or 860300. OLE color: 860300.
HSL color Cylindrical-coordinate representation of color #8C200D: hue angle of 8.98º 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 #8C200D is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 32 | 13 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.45 |
| HSL | 8.98º | 0.83% | 0.3% | - |
| HSV(B) | 8.98º | 0.91% | 0.55% | - |
| XYZ | 11.4 | 6.64 | 1.06 | - |
| YUV | 62.13 | 100.28 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 32 | 13 | 0 | 0.77 | 0.91 | 0.45 | 8.98 | 0.83 | 0.3 |
| Hex | 8C | 20 | D | 0 | 4D | 5B | 2D | 9 | 53 | 1E |
| Octal | 214 | 40 | 15 | 0 | 115 | 133 | 55 | 11 | 123 | 36 |
| Binary | 10001100 | 100000 | 1101 | 0 | 1001101 | 1011011 | 101101 | 1001 | 1010011 | 11110 |
Color Harmonies of #8C200D
Complementary color
Monochromatic Colors of #8C200D
Black with #8C200D
Text Example
Text Example
White with #8C200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C200D; }
p { color: rgb(140,32,13); }
H1.HeaderClassName
{
color: #8C200D;
}
.AnyTagClassName
{
color: #8C200D;
}
</style>
background-color css
<style>
a { background-color: #8C200D; }
a { background-color: rgb(140,32,13); }
div.DivClassName
{
background-color: #8C200D;
}
.BgClassName
{
background-color: #8C200D;
}
</style>
border-color css
<style>
span { border-color: #8C200D; }
span { border-color: rgb(140,32,13); }
td.TdClassName
{
border-color: #8C200D;
}
.TagClassName
{
border-color: #8C200D;
}
</style>