Shades of Flame Red #8B1824
Tints of Flame Red #8B1824
RGB
CMYK
RGB Variations
Color information
#8B1824 (or 0x8B1824) is known color: Flame Red. HEX triplet: 8B, 18 and 24. RGB value is (139,24,36). Sum of RGB (Red+Green+Blue) = 139+24+36=199 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.85% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1824 is #74E7DB. Grayscale: #3B3B3B. Windows color (decimal): -7661532 or 2365579. OLE color: 2365579.
HSL color Cylindrical-coordinate representation of color #8B1824: hue angle of 353.74º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B1824 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 24 | 36 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.45 |
| HSL | 353.74º | 0.71% | 0.32% | - |
| HSV(B) | 353.74º | 0.83% | 0.55% | - |
| XYZ | 11.29 | 6.27 | 2.28 | - |
| YUV | 59.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 24 | 36 | 0 | 0.83 | 0.74 | 0.45 | 353.74 | 0.71 | 0.32 |
| Hex | 8B | 18 | 24 | 0 | 53 | 4A | 2D | 162 | 47 | 20 |
| Octal | 213 | 30 | 44 | 0 | 123 | 112 | 55 | 542 | 107 | 40 |
| Binary | 10001011 | 11000 | 100100 | 0 | 1010011 | 1001010 | 101101 | 101100010 | 1000111 | 100000 |
Color Harmonies of #8B1824
Complementary color
Monochromatic Colors of #8B1824
Black with #8B1824
Text Example
Text Example
White with #8B1824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1824; }
p { color: rgb(139,24,36); }
H1.HeaderClassName
{
color: #8B1824;
}
.AnyTagClassName
{
color: #8B1824;
}
</style>
background-color css
<style>
a { background-color: #8B1824; }
a { background-color: rgb(139,24,36); }
div.DivClassName
{
background-color: #8B1824;
}
.BgClassName
{
background-color: #8B1824;
}
</style>
border-color css
<style>
span { border-color: #8B1824; }
span { border-color: rgb(139,24,36); }
td.TdClassName
{
border-color: #8B1824;
}
.TagClassName
{
border-color: #8B1824;
}
</style>