Shades of Flame Red #8B191C
Tints of Flame Red #8B191C
RGB
CMYK
RGB Variations
Color information
#8B191C (or 0x8B191C) is known color: Flame Red. HEX triplet: 8B, 19 and 1C. RGB value is (139,25,28). Sum of RGB (Red+Green+Blue) = 139+25+28=192 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.40% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 139 - color contains mainly: red. Hex color #8B191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B191C is #74E6E3. Grayscale: #3B3B3B. Windows color (decimal): -7661284 or 1841547. OLE color: 1841547.
HSL color Cylindrical-coordinate representation of color #8B191C: hue angle of 358.42º 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 #8B191C is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 25 | 28 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.45 |
| HSL | 358.42º | 0.7% | 0.32% | - |
| HSV(B) | 358.42º | 0.82% | 0.55% | - |
| XYZ | 11.2 | 6.27 | 1.72 | - |
| YUV | 59.43 | 110.27 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 25 | 28 | 0 | 0.82 | 0.80 | 0.45 | 358.42 | 0.7 | 0.32 |
| Hex | 8B | 19 | 1C | 0 | 52 | 50 | 2D | 166 | 46 | 20 |
| Octal | 213 | 31 | 34 | 0 | 122 | 120 | 55 | 546 | 106 | 40 |
| Binary | 10001011 | 11001 | 11100 | 0 | 1010010 | 1010000 | 101101 | 101100110 | 1000110 | 100000 |
Color Harmonies of #8B191C
Complementary color
Monochromatic Colors of #8B191C
Black with #8B191C
Text Example
Text Example
White with #8B191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B191C; }
p { color: rgb(139,25,28); }
H1.HeaderClassName
{
color: #8B191C;
}
.AnyTagClassName
{
color: #8B191C;
}
</style>
background-color css
<style>
a { background-color: #8B191C; }
a { background-color: rgb(139,25,28); }
div.DivClassName
{
background-color: #8B191C;
}
.BgClassName
{
background-color: #8B191C;
}
</style>
border-color css
<style>
span { border-color: #8B191C; }
span { border-color: rgb(139,25,28); }
td.TdClassName
{
border-color: #8B191C;
}
.TagClassName
{
border-color: #8B191C;
}
</style>