Shades of Falu Red #8C2303
Tints of Falu Red #8C2303
RGB
CMYK
RGB Variations
Color information
#8C2303 (or 0x8C2303) is known color: Falu Red. HEX triplet: 8C, 23 and 03. RGB value is (140,35,3). Sum of RGB (Red+Green+Blue) = 140+35+3=178 (23% of max value = 765). Red value is 140 (55.08% from 255 or 78.65% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2303 is #73DCFC. Grayscale: #3E3E3E. Windows color (decimal): -7593213 or 205708. OLE color: 205708.
HSL color Cylindrical-coordinate representation of color #8C2303: hue angle of 14.01º 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 #8C2303 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 3 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.45 |
| HSL | 14.01º | 0.96% | 0.28% | - |
| HSV(B) | 14.01º | 0.98% | 0.55% | - |
| XYZ | 11.43 | 6.78 | 0.79 | - |
| YUV | 62.75 | 94.29 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 3 | 0 | 0.75 | 0.98 | 0.45 | 14.01 | 0.96 | 0.28 |
| Hex | 8C | 23 | 3 | 0 | 4B | 62 | 2D | E | 60 | 1C |
| Octal | 214 | 43 | 3 | 0 | 113 | 142 | 55 | 16 | 140 | 34 |
| Binary | 10001100 | 100011 | 11 | 0 | 1001011 | 1100010 | 101101 | 1110 | 1100000 | 11100 |
Color Harmonies of #8C2303
Complementary color
Monochromatic Colors of #8C2303
Black with #8C2303
Text Example
Text Example
White with #8C2303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2303; }
p { color: rgb(140,35,3); }
H1.HeaderClassName
{
color: #8C2303;
}
.AnyTagClassName
{
color: #8C2303;
}
</style>
background-color css
<style>
a { background-color: #8C2303; }
a { background-color: rgb(140,35,3); }
div.DivClassName
{
background-color: #8C2303;
}
.BgClassName
{
background-color: #8C2303;
}
</style>
border-color css
<style>
span { border-color: #8C2303; }
span { border-color: rgb(140,35,3); }
td.TdClassName
{
border-color: #8C2303;
}
.TagClassName
{
border-color: #8C2303;
}
</style>