Shades of Flame Red #8B171F
Tints of Flame Red #8B171F
RGB
CMYK
RGB Variations
Color information
#8B171F (or 0x8B171F) is known color: Flame Red. HEX triplet: 8B, 17 and 1F. RGB value is (139,23,31). Sum of RGB (Red+Green+Blue) = 139+23+31=193 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.02% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 139 - color contains mainly: red. Hex color #8B171F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B171F is #74E8E0. Grayscale: #3A3A3A. Windows color (decimal): -7661793 or 2037643. OLE color: 2037643.
HSL color Cylindrical-coordinate representation of color #8B171F: hue angle of 355.86º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B171F is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 23 | 31 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.45 |
| HSL | 355.86º | 0.72% | 0.32% | - |
| HSV(B) | 355.86º | 0.83% | 0.55% | - |
| XYZ | 11.2 | 6.2 | 1.9 | - |
| YUV | 58.6 | 112.43 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 23 | 31 | 0 | 0.83 | 0.78 | 0.45 | 355.86 | 0.72 | 0.32 |
| Hex | 8B | 17 | 1F | 0 | 53 | 4E | 2D | 164 | 48 | 20 |
| Octal | 213 | 27 | 37 | 0 | 123 | 116 | 55 | 544 | 110 | 40 |
| Binary | 10001011 | 10111 | 11111 | 0 | 1010011 | 1001110 | 101101 | 101100100 | 1001000 | 100000 |
Color Harmonies of #8B171F
Complementary color
Monochromatic Colors of #8B171F
Black with #8B171F
Text Example
Text Example
White with #8B171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B171F; }
p { color: rgb(139,23,31); }
H1.HeaderClassName
{
color: #8B171F;
}
.AnyTagClassName
{
color: #8B171F;
}
</style>
background-color css
<style>
a { background-color: #8B171F; }
a { background-color: rgb(139,23,31); }
div.DivClassName
{
background-color: #8B171F;
}
.BgClassName
{
background-color: #8B171F;
}
</style>
border-color css
<style>
span { border-color: #8B171F; }
span { border-color: rgb(139,23,31); }
td.TdClassName
{
border-color: #8B171F;
}
.TagClassName
{
border-color: #8B171F;
}
</style>