Shades of Flame Red #8B1F2A
Tints of Flame Red #8B1F2A
RGB
CMYK
RGB Variations
Color information
#8B1F2A (or 0x8B1F2A) is known color: Flame Red. HEX triplet: 8B, 1F and 2A. RGB value is (139,31,42). Sum of RGB (Red+Green+Blue) = 139+31+42=212 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.57% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1F2A is #74E0D5. Grayscale: #404040. Windows color (decimal): -7659734 or 2760587. OLE color: 2760587.
HSL color Cylindrical-coordinate representation of color #8B1F2A: hue angle of 353.89º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B1F2A is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 31 | 42 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.45 |
| HSL | 353.89º | 0.64% | 0.33% | - |
| HSV(B) | 353.89º | 0.78% | 0.55% | - |
| XYZ | 11.56 | 6.64 | 2.86 | - |
| YUV | 64.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 31 | 42 | 0 | 0.78 | 0.70 | 0.45 | 353.89 | 0.64 | 0.33 |
| Hex | 8B | 1F | 2A | 0 | 4E | 46 | 2D | 162 | 40 | 21 |
| Octal | 213 | 37 | 52 | 0 | 116 | 106 | 55 | 542 | 100 | 41 |
| Binary | 10001011 | 11111 | 101010 | 0 | 1001110 | 1000110 | 101101 | 101100010 | 1000000 | 100001 |
Color Harmonies of #8B1F2A
Complementary color
Monochromatic Colors of #8B1F2A
Black with #8B1F2A
Text Example
Text Example
White with #8B1F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1F2A; }
p { color: rgb(139,31,42); }
H1.HeaderClassName
{
color: #8B1F2A;
}
.AnyTagClassName
{
color: #8B1F2A;
}
</style>
background-color css
<style>
a { background-color: #8B1F2A; }
a { background-color: rgb(139,31,42); }
div.DivClassName
{
background-color: #8B1F2A;
}
.BgClassName
{
background-color: #8B1F2A;
}
</style>
border-color css
<style>
span { border-color: #8B1F2A; }
span { border-color: rgb(139,31,42); }
td.TdClassName
{
border-color: #8B1F2A;
}
.TagClassName
{
border-color: #8B1F2A;
}
</style>