Shades of Flame Red #8B1B21
Tints of Flame Red #8B1B21
RGB
CMYK
RGB Variations
Color information
#8B1B21 (or 0x8B1B21) is known color: Flame Red. HEX triplet: 8B, 1B and 21. RGB value is (139,27,33). Sum of RGB (Red+Green+Blue) = 139+27+33=199 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.85% from 199); Green value is 27 (10.94% from 255 or 13.57% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1B21 is #74E4DE. Grayscale: #3D3D3D. Windows color (decimal): -7660767 or 2169739. OLE color: 2169739.
HSL color Cylindrical-coordinate representation of color #8B1B21: hue angle of 356.79º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B1B21 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 27 | 33 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.45 |
| HSL | 356.79º | 0.67% | 0.33% | - |
| HSV(B) | 356.79º | 0.81% | 0.55% | - |
| XYZ | 11.31 | 6.38 | 2.07 | - |
| YUV | 61.17 | 112.11 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 27 | 33 | 0 | 0.81 | 0.76 | 0.45 | 356.79 | 0.67 | 0.33 |
| Hex | 8B | 1B | 21 | 0 | 51 | 4C | 2D | 165 | 43 | 21 |
| Octal | 213 | 33 | 41 | 0 | 121 | 114 | 55 | 545 | 103 | 41 |
| Binary | 10001011 | 11011 | 100001 | 0 | 1010001 | 1001100 | 101101 | 101100101 | 1000011 | 100001 |
Color Harmonies of #8B1B21
Complementary color
Monochromatic Colors of #8B1B21
Black with #8B1B21
Text Example
Text Example
White with #8B1B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1B21; }
p { color: rgb(139,27,33); }
H1.HeaderClassName
{
color: #8B1B21;
}
.AnyTagClassName
{
color: #8B1B21;
}
</style>
background-color css
<style>
a { background-color: #8B1B21; }
a { background-color: rgb(139,27,33); }
div.DivClassName
{
background-color: #8B1B21;
}
.BgClassName
{
background-color: #8B1B21;
}
</style>
border-color css
<style>
span { border-color: #8B1B21; }
span { border-color: rgb(139,27,33); }
td.TdClassName
{
border-color: #8B1B21;
}
.TagClassName
{
border-color: #8B1B21;
}
</style>