Shades of Falu Red #942003
Tints of Falu Red #942003
RGB
CMYK
RGB Variations
Color information
#942003 (or 0x942003) is known color: Falu Red. HEX triplet: 94, 20 and 03. RGB value is (148,32,3). Sum of RGB (Red+Green+Blue) = 148+32+3=183 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80.87% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 148 - color contains mainly: red. Hex color #942003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942003 is #6BDFFC. Grayscale: #3F3F3F. Windows color (decimal): -7069693 or 204948. OLE color: 204948.
HSL color Cylindrical-coordinate representation of color #942003: hue angle of 12º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #942003 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 32 | 3 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.42 |
| HSL | 12º | 0.96% | 0.3% | - |
| HSV(B) | 12º | 0.98% | 0.58% | - |
| XYZ | 12.75 | 7.34 | 0.83 | - |
| YUV | 63.38 | 93.93 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 32 | 3 | 0 | 0.78 | 0.98 | 0.42 | 12 | 0.96 | 0.3 |
| Hex | 94 | 20 | 3 | 0 | 4E | 62 | 2A | C | 60 | 1E |
| Octal | 224 | 40 | 3 | 0 | 116 | 142 | 52 | 14 | 140 | 36 |
| Binary | 10010100 | 100000 | 11 | 0 | 1001110 | 1100010 | 101010 | 1100 | 1100000 | 11110 |
Color Harmonies of #942003
Complementary color
Monochromatic Colors of #942003
Black with #942003
Text Example
Text Example
White with #942003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942003; }
p { color: rgb(148,32,3); }
H1.HeaderClassName
{
color: #942003;
}
.AnyTagClassName
{
color: #942003;
}
</style>
background-color css
<style>
a { background-color: #942003; }
a { background-color: rgb(148,32,3); }
div.DivClassName
{
background-color: #942003;
}
.BgClassName
{
background-color: #942003;
}
</style>
border-color css
<style>
span { border-color: #942003; }
span { border-color: rgb(148,32,3); }
td.TdClassName
{
border-color: #942003;
}
.TagClassName
{
border-color: #942003;
}
</style>