Shades of Torch Red #F8121F
Tints of Torch Red #F8121F
RGB
CMYK
RGB Variations
Color information
#F8121F (or 0xF8121F) is known color: Torch Red. HEX triplet: F8, 12 and 1F. RGB value is (248,18,31). Sum of RGB (Red+Green+Blue) = 248+18+31=297 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.50% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 248 - color contains mainly: red. Hex color #F8121F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8121F is #07EDE0. Grayscale: #585858. Windows color (decimal): -519649 or 2036472. OLE color: 2036472.
HSL color Cylindrical-coordinate representation of color #F8121F: hue angle of 356.61º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F8121F is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 31 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.03 |
| HSL | 356.61º | 0.94% | 0.52% | - |
| HSV(B) | 356.61º | 0.93% | 0.97% | - |
| XYZ | 39.18 | 20.49 | 3.19 | - |
| YUV | 88.25 | 95.7 | 241.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 31 | 0 | 0.93 | 0.88 | 0.03 | 356.61 | 0.94 | 0.52 |
| Hex | F8 | 12 | 1F | 0 | 5D | 58 | 3 | 165 | 5E | 34 |
| Octal | 370 | 22 | 37 | 0 | 135 | 130 | 3 | 545 | 136 | 64 |
| Binary | 11111000 | 10010 | 11111 | 0 | 1011101 | 1011000 | 11 | 101100101 | 1011110 | 110100 |
Color Harmonies of #F8121F
Complementary color
Monochromatic Colors of #F8121F
Black with #F8121F
Text Example
Text Example
White with #F8121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8121F; }
p { color: rgb(248,18,31); }
H1.HeaderClassName
{
color: #F8121F;
}
.AnyTagClassName
{
color: #F8121F;
}
</style>
background-color css
<style>
a { background-color: #F8121F; }
a { background-color: rgb(248,18,31); }
div.DivClassName
{
background-color: #F8121F;
}
.BgClassName
{
background-color: #F8121F;
}
</style>
border-color css
<style>
span { border-color: #F8121F; }
span { border-color: rgb(248,18,31); }
td.TdClassName
{
border-color: #F8121F;
}
.TagClassName
{
border-color: #F8121F;
}
</style>