Shades of Falu Red #8C1C03
Tints of Falu Red #8C1C03
RGB
CMYK
RGB Variations
Color information
#8C1C03 (or 0x8C1C03) is known color: Falu Red. HEX triplet: 8C, 1C and 03. RGB value is (140,28,3). Sum of RGB (Red+Green+Blue) = 140+28+3=171 (22% of max value = 765). Red value is 140 (55.08% from 255 or 81.87% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C1C03 is #73E3FC. Grayscale: #3A3A3A. Windows color (decimal): -7595005 or 203916. OLE color: 203916.
HSL color Cylindrical-coordinate representation of color #8C1C03: hue angle of 10.95º 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 #8C1C03 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 28 | 3 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.45 |
| HSL | 10.95º | 0.96% | 0.28% | - |
| HSV(B) | 10.95º | 0.98% | 0.55% | - |
| XYZ | 11.25 | 6.41 | 0.73 | - |
| YUV | 58.64 | 96.61 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 28 | 3 | 0 | 0.80 | 0.98 | 0.45 | 10.95 | 0.96 | 0.28 |
| Hex | 8C | 1C | 3 | 0 | 50 | 62 | 2D | B | 60 | 1C |
| Octal | 214 | 34 | 3 | 0 | 120 | 142 | 55 | 13 | 140 | 34 |
| Binary | 10001100 | 11100 | 11 | 0 | 1010000 | 1100010 | 101101 | 1011 | 1100000 | 11100 |
Color Harmonies of #8C1C03
Complementary color
Monochromatic Colors of #8C1C03
Black with #8C1C03
Text Example
Text Example
White with #8C1C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1C03; }
p { color: rgb(140,28,3); }
H1.HeaderClassName
{
color: #8C1C03;
}
.AnyTagClassName
{
color: #8C1C03;
}
</style>
background-color css
<style>
a { background-color: #8C1C03; }
a { background-color: rgb(140,28,3); }
div.DivClassName
{
background-color: #8C1C03;
}
.BgClassName
{
background-color: #8C1C03;
}
</style>
border-color css
<style>
span { border-color: #8C1C03; }
span { border-color: rgb(140,28,3); }
td.TdClassName
{
border-color: #8C1C03;
}
.TagClassName
{
border-color: #8C1C03;
}
</style>