Shades of Flame Red #8F1827
Tints of Flame Red #8F1827
RGB
CMYK
RGB Variations
Color information
#8F1827 (or 0x8F1827) is known color: Flame Red. HEX triplet: 8F, 18 and 27. RGB value is (143,24,39). Sum of RGB (Red+Green+Blue) = 143+24+39=206 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.42% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1827 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1827 is #70E7D8. Grayscale: #3D3D3D. Windows color (decimal): -7399385 or 2562191. OLE color: 2562191.
HSL color Cylindrical-coordinate representation of color #8F1827: hue angle of 352.44º 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 #8F1827 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 24 | 39 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.44 |
| HSL | 352.44º | 0.71% | 0.33% | - |
| HSV(B) | 352.44º | 0.83% | 0.56% | - |
| XYZ | 12.02 | 6.64 | 2.57 | - |
| YUV | 61.29 | 115.42 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 24 | 39 | 0 | 0.83 | 0.73 | 0.44 | 352.44 | 0.71 | 0.33 |
| Hex | 8F | 18 | 27 | 0 | 53 | 49 | 2C | 160 | 47 | 21 |
| Octal | 217 | 30 | 47 | 0 | 123 | 111 | 54 | 540 | 107 | 41 |
| Binary | 10001111 | 11000 | 100111 | 0 | 1010011 | 1001001 | 101100 | 101100000 | 1000111 | 100001 |
Color Harmonies of #8F1827
Complementary color
Monochromatic Colors of #8F1827
Black with #8F1827
Text Example
Text Example
White with #8F1827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1827; }
p { color: rgb(143,24,39); }
H1.HeaderClassName
{
color: #8F1827;
}
.AnyTagClassName
{
color: #8F1827;
}
</style>
background-color css
<style>
a { background-color: #8F1827; }
a { background-color: rgb(143,24,39); }
div.DivClassName
{
background-color: #8F1827;
}
.BgClassName
{
background-color: #8F1827;
}
</style>
border-color css
<style>
span { border-color: #8F1827; }
span { border-color: rgb(143,24,39); }
td.TdClassName
{
border-color: #8F1827;
}
.TagClassName
{
border-color: #8F1827;
}
</style>