Shades of Falu Red #6F1212
Tints of Falu Red #6F1212
RGB
CMYK
RGB Variations
Color information
#6F1212 (or 0x6F1212) is known color: Falu Red. HEX triplet: 6F, 12 and 12. RGB value is (111,18,18). Sum of RGB (Red+Green+Blue) = 111+18+18=147 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75.51% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1212 is #90EDED. Grayscale: #2D2D2D. Windows color (decimal): -9498094 or 1184367. OLE color: 1184367.
HSL color Cylindrical-coordinate representation of color #6F1212: hue angle of 0º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F1212 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 18 | 18 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.56 |
| HSL | 0º | 0.72% | 0.25% | - |
| HSV(B) | 0º | 0.84% | 0.44% | - |
| XYZ | 6.88 | 3.86 | 0.95 | - |
| YUV | 45.81 | 112.31 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 18 | 0 | 0.84 | 0.84 | 0.56 | 0 | 0.72 | 0.25 |
| Hex | 6F | 12 | 12 | 0 | 54 | 54 | 38 | 0 | 48 | 19 |
| Octal | 157 | 22 | 22 | 0 | 124 | 124 | 70 | 0 | 110 | 31 |
| Binary | 1101111 | 10010 | 10010 | 0 | 1010100 | 1010100 | 111000 | 0 | 1001000 | 11001 |
Color Harmonies of #6F1212
Complementary color
Monochromatic Colors of #6F1212
Black with #6F1212
Text Example
Text Example
White with #6F1212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1212; }
p { color: rgb(111,18,18); }
H1.HeaderClassName
{
color: #6F1212;
}
.AnyTagClassName
{
color: #6F1212;
}
</style>
background-color css
<style>
a { background-color: #6F1212; }
a { background-color: rgb(111,18,18); }
div.DivClassName
{
background-color: #6F1212;
}
.BgClassName
{
background-color: #6F1212;
}
</style>
border-color css
<style>
span { border-color: #6F1212; }
span { border-color: rgb(111,18,18); }
td.TdClassName
{
border-color: #6F1212;
}
.TagClassName
{
border-color: #6F1212;
}
</style>