Shades of Flame Red #8F1925
Tints of Flame Red #8F1925
RGB
CMYK
RGB Variations
Color information
#8F1925 (or 0x8F1925) is known color: Flame Red. HEX triplet: 8F, 19 and 25. RGB value is (143,25,37). Sum of RGB (Red+Green+Blue) = 143+25+37=205 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.76% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1925 is #70E6DA. Grayscale: #3D3D3D. Windows color (decimal): -7399131 or 2431375. OLE color: 2431375.
HSL color Cylindrical-coordinate representation of color #8F1925: hue angle of 353.9º 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 #8F1925 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 25 | 37 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.44 |
| HSL | 353.9º | 0.7% | 0.33% | - |
| HSV(B) | 353.9º | 0.83% | 0.56% | - |
| XYZ | 12.01 | 6.67 | 2.4 | - |
| YUV | 61.65 | 114.09 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 37 | 0 | 0.83 | 0.74 | 0.44 | 353.9 | 0.7 | 0.33 |
| Hex | 8F | 19 | 25 | 0 | 53 | 4A | 2C | 162 | 46 | 21 |
| Octal | 217 | 31 | 45 | 0 | 123 | 112 | 54 | 542 | 106 | 41 |
| Binary | 10001111 | 11001 | 100101 | 0 | 1010011 | 1001010 | 101100 | 101100010 | 1000110 | 100001 |
Color Harmonies of #8F1925
Complementary color
Monochromatic Colors of #8F1925
Black with #8F1925
Text Example
Text Example
White with #8F1925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1925; }
p { color: rgb(143,25,37); }
H1.HeaderClassName
{
color: #8F1925;
}
.AnyTagClassName
{
color: #8F1925;
}
</style>
background-color css
<style>
a { background-color: #8F1925; }
a { background-color: rgb(143,25,37); }
div.DivClassName
{
background-color: #8F1925;
}
.BgClassName
{
background-color: #8F1925;
}
</style>
border-color css
<style>
span { border-color: #8F1925; }
span { border-color: rgb(143,25,37); }
td.TdClassName
{
border-color: #8F1925;
}
.TagClassName
{
border-color: #8F1925;
}
</style>