Shades of Flame Red #8B1924
Tints of Flame Red #8B1924
RGB
CMYK
RGB Variations
Color information
#8B1924 (or 0x8B1924) is known color: Flame Red. HEX triplet: 8B, 19 and 24. RGB value is (139,25,36). Sum of RGB (Red+Green+Blue) = 139+25+36=200 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1924 is #74E6DB. Grayscale: #3C3C3C. Windows color (decimal): -7661276 or 2365835. OLE color: 2365835.
HSL color Cylindrical-coordinate representation of color #8B1924: hue angle of 354.21º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B1924 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 25 | 36 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.45 |
| HSL | 354.21º | 0.7% | 0.32% | - |
| HSV(B) | 354.21º | 0.82% | 0.55% | - |
| XYZ | 11.31 | 6.31 | 2.29 | - |
| YUV | 60.34 | 114.27 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 25 | 36 | 0 | 0.82 | 0.74 | 0.45 | 354.21 | 0.7 | 0.32 |
| Hex | 8B | 19 | 24 | 0 | 52 | 4A | 2D | 162 | 46 | 20 |
| Octal | 213 | 31 | 44 | 0 | 122 | 112 | 55 | 542 | 106 | 40 |
| Binary | 10001011 | 11001 | 100100 | 0 | 1010010 | 1001010 | 101101 | 101100010 | 1000110 | 100000 |
Color Harmonies of #8B1924
Complementary color
Monochromatic Colors of #8B1924
Black with #8B1924
Text Example
Text Example
White with #8B1924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1924; }
p { color: rgb(139,25,36); }
H1.HeaderClassName
{
color: #8B1924;
}
.AnyTagClassName
{
color: #8B1924;
}
</style>
background-color css
<style>
a { background-color: #8B1924; }
a { background-color: rgb(139,25,36); }
div.DivClassName
{
background-color: #8B1924;
}
.BgClassName
{
background-color: #8B1924;
}
</style>
border-color css
<style>
span { border-color: #8B1924; }
span { border-color: rgb(139,25,36); }
td.TdClassName
{
border-color: #8B1924;
}
.TagClassName
{
border-color: #8B1924;
}
</style>