Shades of Flame Red #8F181B
Tints of Flame Red #8F181B
RGB
CMYK
RGB Variations
Color information
#8F181B (or 0x8F181B) is known color: Flame Red. HEX triplet: 8F, 18 and 1B. RGB value is (143,24,27). Sum of RGB (Red+Green+Blue) = 143+24+27=194 (25% of max value = 765). Red value is 143 (56.25% from 255 or 73.71% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 143 - color contains mainly: red. Hex color #8F181B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F181B is #70E7E4. Grayscale: #3C3C3C. Windows color (decimal): -7399397 or 1775759. OLE color: 1775759.
HSL color Cylindrical-coordinate representation of color #8F181B: hue angle of 358.49º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F181B is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 24 | 27 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.44 |
| HSL | 358.49º | 0.71% | 0.33% | - |
| HSV(B) | 358.49º | 0.83% | 0.56% | - |
| XYZ | 11.85 | 6.57 | 1.68 | - |
| YUV | 59.92 | 109.42 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 24 | 27 | 0 | 0.83 | 0.81 | 0.44 | 358.49 | 0.71 | 0.33 |
| Hex | 8F | 18 | 1B | 0 | 53 | 51 | 2C | 166 | 47 | 21 |
| Octal | 217 | 30 | 33 | 0 | 123 | 121 | 54 | 546 | 107 | 41 |
| Binary | 10001111 | 11000 | 11011 | 0 | 1010011 | 1010001 | 101100 | 101100110 | 1000111 | 100001 |
Color Harmonies of #8F181B
Complementary color
Monochromatic Colors of #8F181B
Black with #8F181B
Text Example
Text Example
White with #8F181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F181B; }
p { color: rgb(143,24,27); }
H1.HeaderClassName
{
color: #8F181B;
}
.AnyTagClassName
{
color: #8F181B;
}
</style>
background-color css
<style>
a { background-color: #8F181B; }
a { background-color: rgb(143,24,27); }
div.DivClassName
{
background-color: #8F181B;
}
.BgClassName
{
background-color: #8F181B;
}
</style>
border-color css
<style>
span { border-color: #8F181B; }
span { border-color: rgb(143,24,27); }
td.TdClassName
{
border-color: #8F181B;
}
.TagClassName
{
border-color: #8F181B;
}
</style>