Shades of Flame Red #8F152C
Tints of Flame Red #8F152C
RGB
CMYK
RGB Variations
Color information
#8F152C (or 0x8F152C) is known color: Flame Red. HEX triplet: 8F, 15 and 2C. RGB value is (143,21,44). Sum of RGB (Red+Green+Blue) = 143+21+44=208 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.75% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 143 - color contains mainly: red. Hex color #8F152C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F152C is #70EAD3. Grayscale: #3C3C3C. Windows color (decimal): -7400148 or 2889103. OLE color: 2889103.
HSL color Cylindrical-coordinate representation of color #8F152C: hue angle of 348.69º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F152C is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 21 | 44 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.44 |
| HSL | 348.69º | 0.74% | 0.32% | - |
| HSV(B) | 348.69º | 0.85% | 0.56% | - |
| XYZ | 12.05 | 6.56 | 3.01 | - |
| YUV | 60.1 | 118.92 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 21 | 44 | 0 | 0.85 | 0.69 | 0.44 | 348.69 | 0.74 | 0.32 |
| Hex | 8F | 15 | 2C | 0 | 55 | 45 | 2C | 15D | 4A | 20 |
| Octal | 217 | 25 | 54 | 0 | 125 | 105 | 54 | 535 | 112 | 40 |
| Binary | 10001111 | 10101 | 101100 | 0 | 1010101 | 1000101 | 101100 | 101011101 | 1001010 | 100000 |
Color Harmonies of #8F152C
Complementary color
Monochromatic Colors of #8F152C
Black with #8F152C
Text Example
Text Example
White with #8F152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F152C; }
p { color: rgb(143,21,44); }
H1.HeaderClassName
{
color: #8F152C;
}
.AnyTagClassName
{
color: #8F152C;
}
</style>
background-color css
<style>
a { background-color: #8F152C; }
a { background-color: rgb(143,21,44); }
div.DivClassName
{
background-color: #8F152C;
}
.BgClassName
{
background-color: #8F152C;
}
</style>
border-color css
<style>
span { border-color: #8F152C; }
span { border-color: rgb(143,21,44); }
td.TdClassName
{
border-color: #8F152C;
}
.TagClassName
{
border-color: #8F152C;
}
</style>