Shades of Flame Red #8B222C
Tints of Flame Red #8B222C
RGB
CMYK
RGB Variations
Color information
#8B222C (or 0x8B222C) is known color: Flame Red. HEX triplet: 8B, 22 and 2C. RGB value is (139,34,44). Sum of RGB (Red+Green+Blue) = 139+34+44=217 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.06% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 139 - color contains mainly: red. Hex color #8B222C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B222C is #74DDD3. Grayscale: #424242. Windows color (decimal): -7658964 or 2892427. OLE color: 2892427.
HSL color Cylindrical-coordinate representation of color #8B222C: hue angle of 354.29º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B222C is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 34 | 44 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.45 |
| HSL | 354.29º | 0.61% | 0.34% | - |
| HSV(B) | 354.29º | 0.76% | 0.55% | - |
| XYZ | 11.67 | 6.81 | 3.08 | - |
| YUV | 66.54 | 115.29 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 34 | 44 | 0 | 0.76 | 0.68 | 0.45 | 354.29 | 0.61 | 0.34 |
| Hex | 8B | 22 | 2C | 0 | 4C | 44 | 2D | 162 | 3D | 22 |
| Octal | 213 | 42 | 54 | 0 | 114 | 104 | 55 | 542 | 75 | 42 |
| Binary | 10001011 | 100010 | 101100 | 0 | 1001100 | 1000100 | 101101 | 101100010 | 111101 | 100010 |
Color Harmonies of #8B222C
Complementary color
Monochromatic Colors of #8B222C
Black with #8B222C
Text Example
Text Example
White with #8B222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B222C; }
p { color: rgb(139,34,44); }
H1.HeaderClassName
{
color: #8B222C;
}
.AnyTagClassName
{
color: #8B222C;
}
</style>
background-color css
<style>
a { background-color: #8B222C; }
a { background-color: rgb(139,34,44); }
div.DivClassName
{
background-color: #8B222C;
}
.BgClassName
{
background-color: #8B222C;
}
</style>
border-color css
<style>
span { border-color: #8B222C; }
span { border-color: rgb(139,34,44); }
td.TdClassName
{
border-color: #8B222C;
}
.TagClassName
{
border-color: #8B222C;
}
</style>