Shades of Falu Red #8C2502
Tints of Falu Red #8C2502
RGB
CMYK
RGB Variations
Color information
#8C2502 (or 0x8C2502) is known color: Falu Red. HEX triplet: 8C, 25 and 02. RGB value is (140,37,2). Sum of RGB (Red+Green+Blue) = 140+37+2=179 (23% of max value = 765). Red value is 140 (55.08% from 255 or 78.21% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2502 is #73DAFD. Grayscale: #404040. Windows color (decimal): -7592702 or 140684. OLE color: 140684.
HSL color Cylindrical-coordinate representation of color #8C2502: hue angle of 15.22º 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 #8C2502 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 37 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.45 |
| HSL | 15.22º | 0.97% | 0.28% | - |
| HSV(B) | 15.22º | 0.99% | 0.55% | - |
| XYZ | 11.49 | 6.9 | 0.78 | - |
| YUV | 63.81 | 93.12 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 37 | 2 | 0 | 0.74 | 0.99 | 0.45 | 15.22 | 0.97 | 0.28 |
| Hex | 8C | 25 | 2 | 0 | 4A | 63 | 2D | F | 61 | 1C |
| Octal | 214 | 45 | 2 | 0 | 112 | 143 | 55 | 17 | 141 | 34 |
| Binary | 10001100 | 100101 | 10 | 0 | 1001010 | 1100011 | 101101 | 1111 | 1100001 | 11100 |
Color Harmonies of #8C2502
Complementary color
Monochromatic Colors of #8C2502
Black with #8C2502
Text Example
Text Example
White with #8C2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2502; }
p { color: rgb(140,37,2); }
H1.HeaderClassName
{
color: #8C2502;
}
.AnyTagClassName
{
color: #8C2502;
}
</style>
background-color css
<style>
a { background-color: #8C2502; }
a { background-color: rgb(140,37,2); }
div.DivClassName
{
background-color: #8C2502;
}
.BgClassName
{
background-color: #8C2502;
}
</style>
border-color css
<style>
span { border-color: #8C2502; }
span { border-color: rgb(140,37,2); }
td.TdClassName
{
border-color: #8C2502;
}
.TagClassName
{
border-color: #8C2502;
}
</style>