Shades of Flame Red #8B2A2E
Tints of Flame Red #8B2A2E
RGB
CMYK
RGB Variations
Color information
#8B2A2E (or 0x8B2A2E) is known color: Flame Red. HEX triplet: 8B, 2A and 2E. RGB value is (139,42,46). Sum of RGB (Red+Green+Blue) = 139+42+46=227 (30% of max value = 765). Red value is 139 (54.69% from 255 or 61.23% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2A2E is #74D5D1. Grayscale: #474747. Windows color (decimal): -7656914 or 3025547. OLE color: 3025547.
HSL color Cylindrical-coordinate representation of color #8B2A2E: hue angle of 357.53º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8B2A2E is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 42 | 46 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.45 |
| HSL | 357.53º | 0.54% | 0.35% | - |
| HSV(B) | 357.53º | 0.7% | 0.55% | - |
| XYZ | 11.97 | 7.34 | 3.37 | - |
| YUV | 71.46 | 113.64 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 42 | 46 | 0 | 0.70 | 0.67 | 0.45 | 357.53 | 0.54 | 0.35 |
| Hex | 8B | 2A | 2E | 0 | 46 | 43 | 2D | 166 | 36 | 23 |
| Octal | 213 | 52 | 56 | 0 | 106 | 103 | 55 | 546 | 66 | 43 |
| Binary | 10001011 | 101010 | 101110 | 0 | 1000110 | 1000011 | 101101 | 101100110 | 110110 | 100011 |
Color Harmonies of #8B2A2E
Complementary color
Monochromatic Colors of #8B2A2E
Black with #8B2A2E
Text Example
Text Example
White with #8B2A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2A2E; }
p { color: rgb(139,42,46); }
H1.HeaderClassName
{
color: #8B2A2E;
}
.AnyTagClassName
{
color: #8B2A2E;
}
</style>
background-color css
<style>
a { background-color: #8B2A2E; }
a { background-color: rgb(139,42,46); }
div.DivClassName
{
background-color: #8B2A2E;
}
.BgClassName
{
background-color: #8B2A2E;
}
</style>
border-color css
<style>
span { border-color: #8B2A2E; }
span { border-color: rgb(139,42,46); }
td.TdClassName
{
border-color: #8B2A2E;
}
.TagClassName
{
border-color: #8B2A2E;
}
</style>