Shades of Falu Red #8C250C
Tints of Falu Red #8C250C
RGB
CMYK
RGB Variations
Color information
#8C250C (or 0x8C250C) is known color: Falu Red. HEX triplet: 8C, 25 and 0C. RGB value is (140,37,12). Sum of RGB (Red+Green+Blue) = 140+37+12=189 (25% of max value = 765). Red value is 140 (55.08% from 255 or 74.07% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 140 - color contains mainly: red. Hex color #8C250C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C250C is #73DAF3. Grayscale: #414141. Windows color (decimal): -7592692 or 796044. OLE color: 796044.
HSL color Cylindrical-coordinate representation of color #8C250C: hue angle of 11.72º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C250C is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 37 | 12 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.45 |
| HSL | 11.72º | 0.84% | 0.3% | - |
| HSV(B) | 11.72º | 0.91% | 0.55% | - |
| XYZ | 11.54 | 6.93 | 1.08 | - |
| YUV | 64.95 | 98.12 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 37 | 12 | 0 | 0.74 | 0.91 | 0.45 | 11.72 | 0.84 | 0.3 |
| Hex | 8C | 25 | C | 0 | 4A | 5B | 2D | C | 54 | 1E |
| Octal | 214 | 45 | 14 | 0 | 112 | 133 | 55 | 14 | 124 | 36 |
| Binary | 10001100 | 100101 | 1100 | 0 | 1001010 | 1011011 | 101101 | 1100 | 1010100 | 11110 |
Color Harmonies of #8C250C
Complementary color
Monochromatic Colors of #8C250C
Black with #8C250C
Text Example
Text Example
White with #8C250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C250C; }
p { color: rgb(140,37,12); }
H1.HeaderClassName
{
color: #8C250C;
}
.AnyTagClassName
{
color: #8C250C;
}
</style>
background-color css
<style>
a { background-color: #8C250C; }
a { background-color: rgb(140,37,12); }
div.DivClassName
{
background-color: #8C250C;
}
.BgClassName
{
background-color: #8C250C;
}
</style>
border-color css
<style>
span { border-color: #8C250C; }
span { border-color: rgb(140,37,12); }
td.TdClassName
{
border-color: #8C250C;
}
.TagClassName
{
border-color: #8C250C;
}
</style>