Shades of Flame Red #8B1528
Tints of Flame Red #8B1528
RGB
CMYK
RGB Variations
Color information
#8B1528 (or 0x8B1528) is known color: Flame Red. HEX triplet: 8B, 15 and 28. RGB value is (139,21,40). Sum of RGB (Red+Green+Blue) = 139+21+40=200 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1528 is #74EAD7. Grayscale: #3A3A3A. Windows color (decimal): -7662296 or 2626955. OLE color: 2626955.
HSL color Cylindrical-coordinate representation of color #8B1528: hue angle of 350.34º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B1528 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 21 | 40 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.45 |
| HSL | 350.34º | 0.74% | 0.31% | - |
| HSV(B) | 350.34º | 0.85% | 0.55% | - |
| XYZ | 11.3 | 6.18 | 2.6 | - |
| YUV | 58.45 | 117.59 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 21 | 40 | 0 | 0.85 | 0.71 | 0.45 | 350.34 | 0.74 | 0.31 |
| Hex | 8B | 15 | 28 | 0 | 55 | 47 | 2D | 15E | 4A | 1F |
| Octal | 213 | 25 | 50 | 0 | 125 | 107 | 55 | 536 | 112 | 37 |
| Binary | 10001011 | 10101 | 101000 | 0 | 1010101 | 1000111 | 101101 | 101011110 | 1001010 | 11111 |
Color Harmonies of #8B1528
Complementary color
Monochromatic Colors of #8B1528
Black with #8B1528
Text Example
Text Example
White with #8B1528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1528; }
p { color: rgb(139,21,40); }
H1.HeaderClassName
{
color: #8B1528;
}
.AnyTagClassName
{
color: #8B1528;
}
</style>
background-color css
<style>
a { background-color: #8B1528; }
a { background-color: rgb(139,21,40); }
div.DivClassName
{
background-color: #8B1528;
}
.BgClassName
{
background-color: #8B1528;
}
</style>
border-color css
<style>
span { border-color: #8B1528; }
span { border-color: rgb(139,21,40); }
td.TdClassName
{
border-color: #8B1528;
}
.TagClassName
{
border-color: #8B1528;
}
</style>