Shades of Falu Red #921C0E
Tints of Falu Red #921C0E
RGB
CMYK
RGB Variations
Color information
#921C0E (or 0x921C0E) is known color: Falu Red. HEX triplet: 92, 1C and 0E. RGB value is (146,28,14). Sum of RGB (Red+Green+Blue) = 146+28+14=188 (24% of max value = 765). Red value is 146 (57.42% from 255 or 77.66% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 146 - color contains mainly: red. Hex color #921C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921C0E is #6DE3F1. Grayscale: #3D3D3D. Windows color (decimal): -7201778 or 924818. OLE color: 924818.
HSL color Cylindrical-coordinate representation of color #921C0E: hue angle of 6.36º 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 #921C0E is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 28 | 14 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.43 |
| HSL | 6.36º | 0.83% | 0.31% | - |
| HSV(B) | 6.36º | 0.9% | 0.57% | - |
| XYZ | 12.35 | 6.97 | 1.11 | - |
| YUV | 61.69 | 101.09 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 28 | 14 | 0 | 0.81 | 0.90 | 0.43 | 6.36 | 0.83 | 0.31 |
| Hex | 92 | 1C | E | 0 | 51 | 5A | 2B | 6 | 52 | 1F |
| Octal | 222 | 34 | 16 | 0 | 121 | 132 | 53 | 6 | 122 | 37 |
| Binary | 10010010 | 11100 | 1110 | 0 | 1010001 | 1011010 | 101011 | 110 | 1010010 | 11111 |
Color Harmonies of #921C0E
Complementary color
Monochromatic Colors of #921C0E
Black with #921C0E
Text Example
Text Example
White with #921C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921C0E; }
p { color: rgb(146,28,14); }
H1.HeaderClassName
{
color: #921C0E;
}
.AnyTagClassName
{
color: #921C0E;
}
</style>
background-color css
<style>
a { background-color: #921C0E; }
a { background-color: rgb(146,28,14); }
div.DivClassName
{
background-color: #921C0E;
}
.BgClassName
{
background-color: #921C0E;
}
</style>
border-color css
<style>
span { border-color: #921C0E; }
span { border-color: rgb(146,28,14); }
td.TdClassName
{
border-color: #921C0E;
}
.TagClassName
{
border-color: #921C0E;
}
</style>