Shades of Flame Red #8F1924
Tints of Flame Red #8F1924
RGB
CMYK
RGB Variations
Color information
#8F1924 (or 0x8F1924) is known color: Flame Red. HEX triplet: 8F, 19 and 24. RGB value is (143,25,36). Sum of RGB (Red+Green+Blue) = 143+25+36=204 (27% of max value = 765). Red value is 143 (56.25% from 255 or 70.10% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1924 is #70E6DB. Grayscale: #3D3D3D. Windows color (decimal): -7399132 or 2365839. OLE color: 2365839.
HSL color Cylindrical-coordinate representation of color #8F1924: hue angle of 354.41º degrees, saturation: 0.7, 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 #8F1924 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 25 | 36 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.44 |
| HSL | 354.41º | 0.7% | 0.33% | - |
| HSV(B) | 354.41º | 0.83% | 0.56% | - |
| XYZ | 11.99 | 6.66 | 2.32 | - |
| YUV | 61.54 | 113.59 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 36 | 0 | 0.83 | 0.75 | 0.44 | 354.41 | 0.7 | 0.33 |
| Hex | 8F | 19 | 24 | 0 | 53 | 4B | 2C | 162 | 46 | 21 |
| Octal | 217 | 31 | 44 | 0 | 123 | 113 | 54 | 542 | 106 | 41 |
| Binary | 10001111 | 11001 | 100100 | 0 | 1010011 | 1001011 | 101100 | 101100010 | 1000110 | 100001 |
Color Harmonies of #8F1924
Complementary color
Monochromatic Colors of #8F1924
Black with #8F1924
Text Example
Text Example
White with #8F1924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1924; }
p { color: rgb(143,25,36); }
H1.HeaderClassName
{
color: #8F1924;
}
.AnyTagClassName
{
color: #8F1924;
}
</style>
background-color css
<style>
a { background-color: #8F1924; }
a { background-color: rgb(143,25,36); }
div.DivClassName
{
background-color: #8F1924;
}
.BgClassName
{
background-color: #8F1924;
}
</style>
border-color css
<style>
span { border-color: #8F1924; }
span { border-color: rgb(143,25,36); }
td.TdClassName
{
border-color: #8F1924;
}
.TagClassName
{
border-color: #8F1924;
}
</style>