Shades of Falu Red #8D1C03
Tints of Falu Red #8D1C03
RGB
CMYK
RGB Variations
Color information
#8D1C03 (or 0x8D1C03) is known color: Falu Red. HEX triplet: 8D, 1C and 03. RGB value is (141,28,3). Sum of RGB (Red+Green+Blue) = 141+28+3=172 (22% of max value = 765). Red value is 141 (55.47% from 255 or 81.98% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D1C03 is #72E3FC. Grayscale: #3B3B3B. Windows color (decimal): -7529469 or 203917. OLE color: 203917.
HSL color Cylindrical-coordinate representation of color #8D1C03: hue angle of 10.87º 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 #8D1C03 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 28 | 3 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.45 |
| HSL | 10.87º | 0.96% | 0.28% | - |
| HSV(B) | 10.87º | 0.98% | 0.55% | - |
| XYZ | 11.42 | 6.5 | 0.74 | - |
| YUV | 58.94 | 96.44 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 28 | 3 | 0 | 0.80 | 0.98 | 0.45 | 10.87 | 0.96 | 0.28 |
| Hex | 8D | 1C | 3 | 0 | 50 | 62 | 2D | B | 60 | 1C |
| Octal | 215 | 34 | 3 | 0 | 120 | 142 | 55 | 13 | 140 | 34 |
| Binary | 10001101 | 11100 | 11 | 0 | 1010000 | 1100010 | 101101 | 1011 | 1100000 | 11100 |
Color Harmonies of #8D1C03
Complementary color
Monochromatic Colors of #8D1C03
Black with #8D1C03
Text Example
Text Example
White with #8D1C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1C03; }
p { color: rgb(141,28,3); }
H1.HeaderClassName
{
color: #8D1C03;
}
.AnyTagClassName
{
color: #8D1C03;
}
</style>
background-color css
<style>
a { background-color: #8D1C03; }
a { background-color: rgb(141,28,3); }
div.DivClassName
{
background-color: #8D1C03;
}
.BgClassName
{
background-color: #8D1C03;
}
</style>
border-color css
<style>
span { border-color: #8D1C03; }
span { border-color: rgb(141,28,3); }
td.TdClassName
{
border-color: #8D1C03;
}
.TagClassName
{
border-color: #8D1C03;
}
</style>