Shades of Falu Red #6F1C02
Tints of Falu Red #6F1C02
RGB
CMYK
RGB Variations
Color information
#6F1C02 (or 0x6F1C02) is known color: Falu Red. HEX triplet: 6F, 1C and 02. RGB value is (111,28,2). Sum of RGB (Red+Green+Blue) = 111+28+2=141 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.72% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1C02 is #90E3FD. Grayscale: #323232. Windows color (decimal): -9495550 or 138351. OLE color: 138351.
HSL color Cylindrical-coordinate representation of color #6F1C02: hue angle of 14.31º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F1C02 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 28 | 2 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.56 |
| HSL | 14.31º | 0.96% | 0.22% | - |
| HSV(B) | 14.31º | 0.98% | 0.44% | - |
| XYZ | 6.98 | 4.21 | 0.5 | - |
| YUV | 49.85 | 101 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 28 | 2 | 0 | 0.75 | 0.98 | 0.56 | 14.31 | 0.96 | 0.22 |
| Hex | 6F | 1C | 2 | 0 | 4B | 62 | 38 | E | 60 | 16 |
| Octal | 157 | 34 | 2 | 0 | 113 | 142 | 70 | 16 | 140 | 26 |
| Binary | 1101111 | 11100 | 10 | 0 | 1001011 | 1100010 | 111000 | 1110 | 1100000 | 10110 |
Color Harmonies of #6F1C02
Complementary color
Monochromatic Colors of #6F1C02
Black with #6F1C02
Text Example
Text Example
White with #6F1C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1C02; }
p { color: rgb(111,28,2); }
H1.HeaderClassName
{
color: #6F1C02;
}
.AnyTagClassName
{
color: #6F1C02;
}
</style>
background-color css
<style>
a { background-color: #6F1C02; }
a { background-color: rgb(111,28,2); }
div.DivClassName
{
background-color: #6F1C02;
}
.BgClassName
{
background-color: #6F1C02;
}
</style>
border-color css
<style>
span { border-color: #6F1C02; }
span { border-color: rgb(111,28,2); }
td.TdClassName
{
border-color: #6F1C02;
}
.TagClassName
{
border-color: #6F1C02;
}
</style>