Shades of Falu Red #921D0E
Tints of Falu Red #921D0E
RGB
CMYK
RGB Variations
Color information
#921D0E (or 0x921D0E) is known color: Falu Red. HEX triplet: 92, 1D and 0E. RGB value is (146,29,14). Sum of RGB (Red+Green+Blue) = 146+29+14=189 (25% of max value = 765). Red value is 146 (57.42% from 255 or 77.25% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 146 - color contains mainly: red. Hex color #921D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921D0E is #6DE2F1. Grayscale: #3E3E3E. Windows color (decimal): -7201522 or 925074. OLE color: 925074.
HSL color Cylindrical-coordinate representation of color #921D0E: hue angle of 6.82º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #921D0E is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 29 | 14 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.43 |
| HSL | 6.82º | 0.83% | 0.31% | - |
| HSV(B) | 6.82º | 0.9% | 0.57% | - |
| XYZ | 12.37 | 7.02 | 1.12 | - |
| YUV | 62.27 | 100.76 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 29 | 14 | 0 | 0.80 | 0.90 | 0.43 | 6.82 | 0.83 | 0.31 |
| Hex | 92 | 1D | E | 0 | 50 | 5A | 2B | 7 | 52 | 1F |
| Octal | 222 | 35 | 16 | 0 | 120 | 132 | 53 | 7 | 122 | 37 |
| Binary | 10010010 | 11101 | 1110 | 0 | 1010000 | 1011010 | 101011 | 111 | 1010010 | 11111 |
Color Harmonies of #921D0E
Complementary color
Monochromatic Colors of #921D0E
Black with #921D0E
Text Example
Text Example
White with #921D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921D0E; }
p { color: rgb(146,29,14); }
H1.HeaderClassName
{
color: #921D0E;
}
.AnyTagClassName
{
color: #921D0E;
}
</style>
background-color css
<style>
a { background-color: #921D0E; }
a { background-color: rgb(146,29,14); }
div.DivClassName
{
background-color: #921D0E;
}
.BgClassName
{
background-color: #921D0E;
}
</style>
border-color css
<style>
span { border-color: #921D0E; }
span { border-color: rgb(146,29,14); }
td.TdClassName
{
border-color: #921D0E;
}
.TagClassName
{
border-color: #921D0E;
}
</style>