Shades of Flame Red #8B2B2C
Tints of Flame Red #8B2B2C
RGB
CMYK
RGB Variations
Color information
#8B2B2C (or 0x8B2B2C) is known color: Flame Red. HEX triplet: 8B, 2B and 2C. RGB value is (139,43,44). Sum of RGB (Red+Green+Blue) = 139+43+44=226 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.50% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2B2C is #74D4D3. Grayscale: #474747. Windows color (decimal): -7656660 or 2894731. OLE color: 2894731.
HSL color Cylindrical-coordinate representation of color #8B2B2C: hue angle of 359.38º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B2B2C is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 43 | 44 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.45 |
| HSL | 359.38º | 0.53% | 0.36% | - |
| HSV(B) | 359.38º | 0.69% | 0.55% | - |
| XYZ | 11.97 | 7.4 | 3.18 | - |
| YUV | 71.82 | 112.3 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 43 | 44 | 0 | 0.69 | 0.68 | 0.45 | 359.38 | 0.53 | 0.36 |
| Hex | 8B | 2B | 2C | 0 | 45 | 44 | 2D | 167 | 35 | 24 |
| Octal | 213 | 53 | 54 | 0 | 105 | 104 | 55 | 547 | 65 | 44 |
| Binary | 10001011 | 101011 | 101100 | 0 | 1000101 | 1000100 | 101101 | 101100111 | 110101 | 100100 |
Color Harmonies of #8B2B2C
Complementary color
Monochromatic Colors of #8B2B2C
Black with #8B2B2C
Text Example
Text Example
White with #8B2B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2B2C; }
p { color: rgb(139,43,44); }
H1.HeaderClassName
{
color: #8B2B2C;
}
.AnyTagClassName
{
color: #8B2B2C;
}
</style>
background-color css
<style>
a { background-color: #8B2B2C; }
a { background-color: rgb(139,43,44); }
div.DivClassName
{
background-color: #8B2B2C;
}
.BgClassName
{
background-color: #8B2B2C;
}
</style>
border-color css
<style>
span { border-color: #8B2B2C; }
span { border-color: rgb(139,43,44); }
td.TdClassName
{
border-color: #8B2B2C;
}
.TagClassName
{
border-color: #8B2B2C;
}
</style>