Shades of Falu Red #801C03
Tints of Falu Red #801C03
RGB
CMYK
RGB Variations
Color information
#801C03 (or 0x801C03) is known color: Falu Red. HEX triplet: 80, 1C and 03. RGB value is (128,28,3). Sum of RGB (Red+Green+Blue) = 128+28+3=159 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80.50% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 128 - color contains mainly: red. Hex color #801C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801C03 is #7FE3FC. Grayscale: #373737. Windows color (decimal): -8381437 or 203904. OLE color: 203904.
HSL color Cylindrical-coordinate representation of color #801C03: hue angle of 12º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #801C03 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 28 | 3 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.50 |
| HSL | 12º | 0.95% | 0.26% | - |
| HSV(B) | 12º | 0.98% | 0.5% | - |
| XYZ | 9.33 | 5.43 | 0.64 | - |
| YUV | 55.05 | 98.63 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 28 | 3 | 0 | 0.78 | 0.98 | 0.50 | 12 | 0.95 | 0.26 |
| Hex | 80 | 1C | 3 | 0 | 4E | 62 | 32 | C | 5F | 1A |
| Octal | 200 | 34 | 3 | 0 | 116 | 142 | 62 | 14 | 137 | 32 |
| Binary | 10000000 | 11100 | 11 | 0 | 1001110 | 1100010 | 110010 | 1100 | 1011111 | 11010 |
Color Harmonies of #801C03
Complementary color
Monochromatic Colors of #801C03
Black with #801C03
Text Example
Text Example
White with #801C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801C03; }
p { color: rgb(128,28,3); }
H1.HeaderClassName
{
color: #801C03;
}
.AnyTagClassName
{
color: #801C03;
}
</style>
background-color css
<style>
a { background-color: #801C03; }
a { background-color: rgb(128,28,3); }
div.DivClassName
{
background-color: #801C03;
}
.BgClassName
{
background-color: #801C03;
}
</style>
border-color css
<style>
span { border-color: #801C03; }
span { border-color: rgb(128,28,3); }
td.TdClassName
{
border-color: #801C03;
}
.TagClassName
{
border-color: #801C03;
}
</style>