Shades of Falu Red #942401
Tints of Falu Red #942401
RGB
CMYK
RGB Variations
Color information
#942401 (or 0x942401) is known color: Falu Red. HEX triplet: 94, 24 and 01. RGB value is (148,36,1). Sum of RGB (Red+Green+Blue) = 148+36+1=185 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 148 - color contains mainly: red. Hex color #942401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942401 is #6BDBFE. Grayscale: #414141. Windows color (decimal): -7068671 or 74900. OLE color: 74900.
HSL color Cylindrical-coordinate representation of color #942401: hue angle of 14.29º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #942401 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 36 | 1 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.42 |
| HSL | 14.29º | 0.99% | 0.29% | - |
| HSV(B) | 14.29º | 0.99% | 0.58% | - |
| XYZ | 12.85 | 7.56 | 0.81 | - |
| YUV | 65.5 | 91.61 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 36 | 1 | 0 | 0.76 | 0.99 | 0.42 | 14.29 | 0.99 | 0.29 |
| Hex | 94 | 24 | 1 | 0 | 4C | 63 | 2A | E | 63 | 1D |
| Octal | 224 | 44 | 1 | 0 | 114 | 143 | 52 | 16 | 143 | 35 |
| Binary | 10010100 | 100100 | 1 | 0 | 1001100 | 1100011 | 101010 | 1110 | 1100011 | 11101 |
Color Harmonies of #942401
Complementary color
Monochromatic Colors of #942401
Black with #942401
Text Example
Text Example
White with #942401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942401; }
p { color: rgb(148,36,1); }
H1.HeaderClassName
{
color: #942401;
}
.AnyTagClassName
{
color: #942401;
}
</style>
background-color css
<style>
a { background-color: #942401; }
a { background-color: rgb(148,36,1); }
div.DivClassName
{
background-color: #942401;
}
.BgClassName
{
background-color: #942401;
}
</style>
border-color css
<style>
span { border-color: #942401; }
span { border-color: rgb(148,36,1); }
td.TdClassName
{
border-color: #942401;
}
.TagClassName
{
border-color: #942401;
}
</style>