Shades of Falu Red #8D2203
Tints of Falu Red #8D2203
RGB
CMYK
RGB Variations
Color information
#8D2203 (or 0x8D2203) is known color: Falu Red. HEX triplet: 8D, 22 and 03. RGB value is (141,34,3). Sum of RGB (Red+Green+Blue) = 141+34+3=178 (23% of max value = 765). Red value is 141 (55.47% from 255 or 79.21% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2203 is #72DDFC. Grayscale: #3E3E3E. Windows color (decimal): -7527933 or 205453. OLE color: 205453.
HSL color Cylindrical-coordinate representation of color #8D2203: hue angle of 13.48º 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 #8D2203 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 34 | 3 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.45 |
| HSL | 13.48º | 0.96% | 0.28% | - |
| HSV(B) | 13.48º | 0.98% | 0.55% | - |
| XYZ | 11.57 | 6.81 | 0.79 | - |
| YUV | 62.46 | 94.45 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 34 | 3 | 0 | 0.76 | 0.98 | 0.45 | 13.48 | 0.96 | 0.28 |
| Hex | 8D | 22 | 3 | 0 | 4C | 62 | 2D | D | 60 | 1C |
| Octal | 215 | 42 | 3 | 0 | 114 | 142 | 55 | 15 | 140 | 34 |
| Binary | 10001101 | 100010 | 11 | 0 | 1001100 | 1100010 | 101101 | 1101 | 1100000 | 11100 |
Color Harmonies of #8D2203
Complementary color
Monochromatic Colors of #8D2203
Black with #8D2203
Text Example
Text Example
White with #8D2203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2203; }
p { color: rgb(141,34,3); }
H1.HeaderClassName
{
color: #8D2203;
}
.AnyTagClassName
{
color: #8D2203;
}
</style>
background-color css
<style>
a { background-color: #8D2203; }
a { background-color: rgb(141,34,3); }
div.DivClassName
{
background-color: #8D2203;
}
.BgClassName
{
background-color: #8D2203;
}
</style>
border-color css
<style>
span { border-color: #8D2203; }
span { border-color: rgb(141,34,3); }
td.TdClassName
{
border-color: #8D2203;
}
.TagClassName
{
border-color: #8D2203;
}
</style>