Shades of Flame Red #8F1B2C
Tints of Flame Red #8F1B2C
RGB
CMYK
RGB Variations
Color information
#8F1B2C (or 0x8F1B2C) is known color: Flame Red. HEX triplet: 8F, 1B and 2C. RGB value is (143,27,44). Sum of RGB (Red+Green+Blue) = 143+27+44=214 (28% of max value = 765). Red value is 143 (56.25% from 255 or 66.82% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F1B2C is #70E4D3. Grayscale: #3F3F3F. Windows color (decimal): -7398612 or 2890639. OLE color: 2890639.
HSL color Cylindrical-coordinate representation of color #8F1B2C: hue angle of 351.21º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F1B2C is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 27 | 44 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.44 |
| HSL | 351.21º | 0.68% | 0.33% | - |
| HSV(B) | 351.21º | 0.81% | 0.56% | - |
| XYZ | 12.17 | 6.81 | 3.05 | - |
| YUV | 63.62 | 116.93 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 27 | 44 | 0 | 0.81 | 0.69 | 0.44 | 351.21 | 0.68 | 0.33 |
| Hex | 8F | 1B | 2C | 0 | 51 | 45 | 2C | 15F | 44 | 21 |
| Octal | 217 | 33 | 54 | 0 | 121 | 105 | 54 | 537 | 104 | 41 |
| Binary | 10001111 | 11011 | 101100 | 0 | 1010001 | 1000101 | 101100 | 101011111 | 1000100 | 100001 |
Color Harmonies of #8F1B2C
Complementary color
Monochromatic Colors of #8F1B2C
Black with #8F1B2C
Text Example
Text Example
White with #8F1B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1B2C; }
p { color: rgb(143,27,44); }
H1.HeaderClassName
{
color: #8F1B2C;
}
.AnyTagClassName
{
color: #8F1B2C;
}
</style>
background-color css
<style>
a { background-color: #8F1B2C; }
a { background-color: rgb(143,27,44); }
div.DivClassName
{
background-color: #8F1B2C;
}
.BgClassName
{
background-color: #8F1B2C;
}
</style>
border-color css
<style>
span { border-color: #8F1B2C; }
span { border-color: rgb(143,27,44); }
td.TdClassName
{
border-color: #8F1B2C;
}
.TagClassName
{
border-color: #8F1B2C;
}
</style>