Shades of Flame Red #8F1927
Tints of Flame Red #8F1927
RGB
CMYK
RGB Variations
Color information
#8F1927 (or 0x8F1927) is known color: Flame Red. HEX triplet: 8F, 19 and 27. RGB value is (143,25,39). Sum of RGB (Red+Green+Blue) = 143+25+39=207 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.08% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1927 is #70E6D8. Grayscale: #3D3D3D. Windows color (decimal): -7399129 or 2562447. OLE color: 2562447.
HSL color Cylindrical-coordinate representation of color #8F1927: hue angle of 352.88º 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 #8F1927 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 25 | 39 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.44 |
| HSL | 352.88º | 0.7% | 0.33% | - |
| HSV(B) | 352.88º | 0.83% | 0.56% | - |
| XYZ | 12.04 | 6.68 | 2.57 | - |
| YUV | 61.88 | 115.09 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 39 | 0 | 0.83 | 0.73 | 0.44 | 352.88 | 0.7 | 0.33 |
| Hex | 8F | 19 | 27 | 0 | 53 | 49 | 2C | 161 | 46 | 21 |
| Octal | 217 | 31 | 47 | 0 | 123 | 111 | 54 | 541 | 106 | 41 |
| Binary | 10001111 | 11001 | 100111 | 0 | 1010011 | 1001001 | 101100 | 101100001 | 1000110 | 100001 |
Color Harmonies of #8F1927
Complementary color
Monochromatic Colors of #8F1927
Black with #8F1927
Text Example
Text Example
White with #8F1927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1927; }
p { color: rgb(143,25,39); }
H1.HeaderClassName
{
color: #8F1927;
}
.AnyTagClassName
{
color: #8F1927;
}
</style>
background-color css
<style>
a { background-color: #8F1927; }
a { background-color: rgb(143,25,39); }
div.DivClassName
{
background-color: #8F1927;
}
.BgClassName
{
background-color: #8F1927;
}
</style>
border-color css
<style>
span { border-color: #8F1927; }
span { border-color: rgb(143,25,39); }
td.TdClassName
{
border-color: #8F1927;
}
.TagClassName
{
border-color: #8F1927;
}
</style>