Shades of Falu Red #8C250B
Tints of Falu Red #8C250B
RGB
CMYK
RGB Variations
Color information
#8C250B (or 0x8C250B) is known color: Falu Red. HEX triplet: 8C, 25 and 0B. RGB value is (140,37,11). Sum of RGB (Red+Green+Blue) = 140+37+11=188 (24% of max value = 765). Red value is 140 (55.08% from 255 or 74.47% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 140 - color contains mainly: red. Hex color #8C250B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C250B is #73DAF4. Grayscale: #414141. Windows color (decimal): -7592693 or 730508. OLE color: 730508.
HSL color Cylindrical-coordinate representation of color #8C250B: hue angle of 12.09º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C250B is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 37 | 11 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.45 |
| HSL | 12.09º | 0.85% | 0.3% | - |
| HSV(B) | 12.09º | 0.92% | 0.55% | - |
| XYZ | 11.54 | 6.92 | 1.04 | - |
| YUV | 64.83 | 97.62 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 37 | 11 | 0 | 0.74 | 0.92 | 0.45 | 12.09 | 0.85 | 0.3 |
| Hex | 8C | 25 | B | 0 | 4A | 5C | 2D | C | 55 | 1E |
| Octal | 214 | 45 | 13 | 0 | 112 | 134 | 55 | 14 | 125 | 36 |
| Binary | 10001100 | 100101 | 1011 | 0 | 1001010 | 1011100 | 101101 | 1100 | 1010101 | 11110 |
Color Harmonies of #8C250B
Complementary color
Monochromatic Colors of #8C250B
Black with #8C250B
Text Example
Text Example
White with #8C250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C250B; }
p { color: rgb(140,37,11); }
H1.HeaderClassName
{
color: #8C250B;
}
.AnyTagClassName
{
color: #8C250B;
}
</style>
background-color css
<style>
a { background-color: #8C250B; }
a { background-color: rgb(140,37,11); }
div.DivClassName
{
background-color: #8C250B;
}
.BgClassName
{
background-color: #8C250B;
}
</style>
border-color css
<style>
span { border-color: #8C250B; }
span { border-color: rgb(140,37,11); }
td.TdClassName
{
border-color: #8C250B;
}
.TagClassName
{
border-color: #8C250B;
}
</style>