Shades of Flame Red #8F132B
Tints of Flame Red #8F132B
RGB
CMYK
RGB Variations
Color information
#8F132B (or 0x8F132B) is known color: Flame Red. HEX triplet: 8F, 13 and 2B. RGB value is (143,19,43). Sum of RGB (Red+Green+Blue) = 143+19+43=205 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.76% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 143 - color contains mainly: red. Hex color #8F132B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F132B is #70ECD4. Grayscale: #3A3A3A. Windows color (decimal): -7400661 or 2823055. OLE color: 2823055.
HSL color Cylindrical-coordinate representation of color #8F132B: hue angle of 348.39º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F132B is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 19 | 43 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.44 |
| HSL | 348.39º | 0.77% | 0.32% | - |
| HSV(B) | 348.39º | 0.87% | 0.56% | - |
| XYZ | 12 | 6.48 | 2.9 | - |
| YUV | 58.81 | 119.08 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 19 | 43 | 0 | 0.87 | 0.70 | 0.44 | 348.39 | 0.77 | 0.32 |
| Hex | 8F | 13 | 2B | 0 | 57 | 46 | 2C | 15C | 4D | 20 |
| Octal | 217 | 23 | 53 | 0 | 127 | 106 | 54 | 534 | 115 | 40 |
| Binary | 10001111 | 10011 | 101011 | 0 | 1010111 | 1000110 | 101100 | 101011100 | 1001101 | 100000 |
Color Harmonies of #8F132B
Complementary color
Monochromatic Colors of #8F132B
Black with #8F132B
Text Example
Text Example
White with #8F132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F132B; }
p { color: rgb(143,19,43); }
H1.HeaderClassName
{
color: #8F132B;
}
.AnyTagClassName
{
color: #8F132B;
}
</style>
background-color css
<style>
a { background-color: #8F132B; }
a { background-color: rgb(143,19,43); }
div.DivClassName
{
background-color: #8F132B;
}
.BgClassName
{
background-color: #8F132B;
}
</style>
border-color css
<style>
span { border-color: #8F132B; }
span { border-color: rgb(143,19,43); }
td.TdClassName
{
border-color: #8F132B;
}
.TagClassName
{
border-color: #8F132B;
}
</style>