Shades of Flame Red #8B1A2C
Tints of Flame Red #8B1A2C
RGB
CMYK
RGB Variations
Color information
#8B1A2C (or 0x8B1A2C) is known color: Flame Red. HEX triplet: 8B, 1A and 2C. RGB value is (139,26,44). Sum of RGB (Red+Green+Blue) = 139+26+44=209 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.51% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1A2C is #74E5D3. Grayscale: #3D3D3D. Windows color (decimal): -7661012 or 2890379. OLE color: 2890379.
HSL color Cylindrical-coordinate representation of color #8B1A2C: hue angle of 350.44º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B1A2C is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 26 | 44 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.45 |
| HSL | 350.44º | 0.68% | 0.32% | - |
| HSV(B) | 350.44º | 0.81% | 0.55% | - |
| XYZ | 11.47 | 6.41 | 3.02 | - |
| YUV | 61.84 | 117.94 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 26 | 44 | 0 | 0.81 | 0.68 | 0.45 | 350.44 | 0.68 | 0.32 |
| Hex | 8B | 1A | 2C | 0 | 51 | 44 | 2D | 15E | 44 | 20 |
| Octal | 213 | 32 | 54 | 0 | 121 | 104 | 55 | 536 | 104 | 40 |
| Binary | 10001011 | 11010 | 101100 | 0 | 1010001 | 1000100 | 101101 | 101011110 | 1000100 | 100000 |
Color Harmonies of #8B1A2C
Complementary color
Monochromatic Colors of #8B1A2C
Black with #8B1A2C
Text Example
Text Example
White with #8B1A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1A2C; }
p { color: rgb(139,26,44); }
H1.HeaderClassName
{
color: #8B1A2C;
}
.AnyTagClassName
{
color: #8B1A2C;
}
</style>
background-color css
<style>
a { background-color: #8B1A2C; }
a { background-color: rgb(139,26,44); }
div.DivClassName
{
background-color: #8B1A2C;
}
.BgClassName
{
background-color: #8B1A2C;
}
</style>
border-color css
<style>
span { border-color: #8B1A2C; }
span { border-color: rgb(139,26,44); }
td.TdClassName
{
border-color: #8B1A2C;
}
.TagClassName
{
border-color: #8B1A2C;
}
</style>