Shades of Falu Red #8C2403
Tints of Falu Red #8C2403
RGB
CMYK
RGB Variations
Color information
#8C2403 (or 0x8C2403) is known color: Falu Red. HEX triplet: 8C, 24 and 03. RGB value is (140,36,3). Sum of RGB (Red+Green+Blue) = 140+36+3=179 (23% of max value = 765). Red value is 140 (55.08% from 255 or 78.21% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2403 is #73DBFC. Grayscale: #3F3F3F. Windows color (decimal): -7592957 or 205964. OLE color: 205964.
HSL color Cylindrical-coordinate representation of color #8C2403: hue angle of 14.45º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C2403 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 36 | 3 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.45 |
| HSL | 14.45º | 0.96% | 0.28% | - |
| HSV(B) | 14.45º | 0.98% | 0.55% | - |
| XYZ | 11.46 | 6.84 | 0.8 | - |
| YUV | 63.33 | 93.96 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 36 | 3 | 0 | 0.74 | 0.98 | 0.45 | 14.45 | 0.96 | 0.28 |
| Hex | 8C | 24 | 3 | 0 | 4A | 62 | 2D | E | 60 | 1C |
| Octal | 214 | 44 | 3 | 0 | 112 | 142 | 55 | 16 | 140 | 34 |
| Binary | 10001100 | 100100 | 11 | 0 | 1001010 | 1100010 | 101101 | 1110 | 1100000 | 11100 |
Color Harmonies of #8C2403
Complementary color
Monochromatic Colors of #8C2403
Black with #8C2403
Text Example
Text Example
White with #8C2403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2403; }
p { color: rgb(140,36,3); }
H1.HeaderClassName
{
color: #8C2403;
}
.AnyTagClassName
{
color: #8C2403;
}
</style>
background-color css
<style>
a { background-color: #8C2403; }
a { background-color: rgb(140,36,3); }
div.DivClassName
{
background-color: #8C2403;
}
.BgClassName
{
background-color: #8C2403;
}
</style>
border-color css
<style>
span { border-color: #8C2403; }
span { border-color: rgb(140,36,3); }
td.TdClassName
{
border-color: #8C2403;
}
.TagClassName
{
border-color: #8C2403;
}
</style>