Shades of Flame Red #8B192B
Tints of Flame Red #8B192B
RGB
CMYK
RGB Variations
Color information
#8B192B (or 0x8B192B) is known color: Flame Red. HEX triplet: 8B, 19 and 2B. RGB value is (139,25,43). Sum of RGB (Red+Green+Blue) = 139+25+43=207 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.15% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 139 - color contains mainly: red. Hex color #8B192B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B192B is #74E6D4. Grayscale: #3D3D3D. Windows color (decimal): -7661269 or 2824587. OLE color: 2824587.
HSL color Cylindrical-coordinate representation of color #8B192B: hue angle of 350.53º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B192B is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 25 | 43 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.45 |
| HSL | 350.53º | 0.7% | 0.32% | - |
| HSV(B) | 350.53º | 0.82% | 0.55% | - |
| XYZ | 11.43 | 6.36 | 2.91 | - |
| YUV | 61.14 | 117.77 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 25 | 43 | 0 | 0.82 | 0.69 | 0.45 | 350.53 | 0.7 | 0.32 |
| Hex | 8B | 19 | 2B | 0 | 52 | 45 | 2D | 15F | 46 | 20 |
| Octal | 213 | 31 | 53 | 0 | 122 | 105 | 55 | 537 | 106 | 40 |
| Binary | 10001011 | 11001 | 101011 | 0 | 1010010 | 1000101 | 101101 | 101011111 | 1000110 | 100000 |
Color Harmonies of #8B192B
Complementary color
Monochromatic Colors of #8B192B
Black with #8B192B
Text Example
Text Example
White with #8B192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B192B; }
p { color: rgb(139,25,43); }
H1.HeaderClassName
{
color: #8B192B;
}
.AnyTagClassName
{
color: #8B192B;
}
</style>
background-color css
<style>
a { background-color: #8B192B; }
a { background-color: rgb(139,25,43); }
div.DivClassName
{
background-color: #8B192B;
}
.BgClassName
{
background-color: #8B192B;
}
</style>
border-color css
<style>
span { border-color: #8B192B; }
span { border-color: rgb(139,25,43); }
td.TdClassName
{
border-color: #8B192B;
}
.TagClassName
{
border-color: #8B192B;
}
</style>