Shades of Flame Red #8F181A
Tints of Flame Red #8F181A
RGB
CMYK
RGB Variations
Color information
#8F181A (or 0x8F181A) is known color: Flame Red. HEX triplet: 8F, 18 and 1A. RGB value is (143,24,26). Sum of RGB (Red+Green+Blue) = 143+24+26=193 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.09% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 143 - color contains mainly: red. Hex color #8F181A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F181A is #70E7E5. Grayscale: #3B3B3B. Windows color (decimal): -7399398 or 1710223. OLE color: 1710223.
HSL color Cylindrical-coordinate representation of color #8F181A: hue angle of 358.99º 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 #8F181A is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 24 | 26 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.44 |
| HSL | 358.99º | 0.71% | 0.33% | - |
| HSV(B) | 358.99º | 0.83% | 0.56% | - |
| XYZ | 11.84 | 6.57 | 1.62 | - |
| YUV | 59.81 | 108.92 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 24 | 26 | 0 | 0.83 | 0.82 | 0.44 | 358.99 | 0.71 | 0.33 |
| Hex | 8F | 18 | 1A | 0 | 53 | 52 | 2C | 167 | 47 | 21 |
| Octal | 217 | 30 | 32 | 0 | 123 | 122 | 54 | 547 | 107 | 41 |
| Binary | 10001111 | 11000 | 11010 | 0 | 1010011 | 1010010 | 101100 | 101100111 | 1000111 | 100001 |
Color Harmonies of #8F181A
Complementary color
Monochromatic Colors of #8F181A
Black with #8F181A
Text Example
Text Example
White with #8F181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F181A; }
p { color: rgb(143,24,26); }
H1.HeaderClassName
{
color: #8F181A;
}
.AnyTagClassName
{
color: #8F181A;
}
</style>
background-color css
<style>
a { background-color: #8F181A; }
a { background-color: rgb(143,24,26); }
div.DivClassName
{
background-color: #8F181A;
}
.BgClassName
{
background-color: #8F181A;
}
</style>
border-color css
<style>
span { border-color: #8F181A; }
span { border-color: rgb(143,24,26); }
td.TdClassName
{
border-color: #8F181A;
}
.TagClassName
{
border-color: #8F181A;
}
</style>