Shades of Falu Red #8C2102
Tints of Falu Red #8C2102
RGB
CMYK
RGB Variations
Color information
#8C2102 (or 0x8C2102) is known color: Falu Red. HEX triplet: 8C, 21 and 02. RGB value is (140,33,2). Sum of RGB (Red+Green+Blue) = 140+33+2=175 (23% of max value = 765). Red value is 140 (55.08% from 255 or 80% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2102 is #73DEFD. Grayscale: #3D3D3D. Windows color (decimal): -7593726 or 139660. OLE color: 139660.
HSL color Cylindrical-coordinate representation of color #8C2102: hue angle of 13.48º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C2102 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 33 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.45 |
| HSL | 13.48º | 0.97% | 0.28% | - |
| HSV(B) | 13.48º | 0.99% | 0.55% | - |
| XYZ | 11.37 | 6.67 | 0.75 | - |
| YUV | 61.46 | 94.45 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 2 | 0 | 0.76 | 0.99 | 0.45 | 13.48 | 0.97 | 0.28 |
| Hex | 8C | 21 | 2 | 0 | 4C | 63 | 2D | D | 61 | 1C |
| Octal | 214 | 41 | 2 | 0 | 114 | 143 | 55 | 15 | 141 | 34 |
| Binary | 10001100 | 100001 | 10 | 0 | 1001100 | 1100011 | 101101 | 1101 | 1100001 | 11100 |
Color Harmonies of #8C2102
Complementary color
Monochromatic Colors of #8C2102
Black with #8C2102
Text Example
Text Example
White with #8C2102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2102; }
p { color: rgb(140,33,2); }
H1.HeaderClassName
{
color: #8C2102;
}
.AnyTagClassName
{
color: #8C2102;
}
</style>
background-color css
<style>
a { background-color: #8C2102; }
a { background-color: rgb(140,33,2); }
div.DivClassName
{
background-color: #8C2102;
}
.BgClassName
{
background-color: #8C2102;
}
</style>
border-color css
<style>
span { border-color: #8C2102; }
span { border-color: rgb(140,33,2); }
td.TdClassName
{
border-color: #8C2102;
}
.TagClassName
{
border-color: #8C2102;
}
</style>