Shades of Torch Red #F8142E
Tints of Torch Red #F8142E
RGB
CMYK
RGB Variations
Color information
#F8142E (or 0xF8142E) is known color: Torch Red. HEX triplet: F8, 14 and 2E. RGB value is (248,20,46). Sum of RGB (Red+Green+Blue) = 248+20+46=314 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.98% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 248 - color contains mainly: red. Hex color #F8142E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8142E is #07EBD1. Grayscale: #5B5B5B. Windows color (decimal): -519122 or 3020024. OLE color: 3020024.
HSL color Cylindrical-coordinate representation of color #F8142E: hue angle of 353.16º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8142E is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 46 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.03 |
| HSL | 353.16º | 0.94% | 0.53% | - |
| HSV(B) | 353.16º | 0.92% | 0.97% | - |
| XYZ | 39.45 | 20.65 | 4.49 | - |
| YUV | 91.14 | 102.54 | 239.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 46 | 0 | 0.92 | 0.81 | 0.03 | 353.16 | 0.94 | 0.53 |
| Hex | F8 | 14 | 2E | 0 | 5C | 51 | 3 | 161 | 5E | 35 |
| Octal | 370 | 24 | 56 | 0 | 134 | 121 | 3 | 541 | 136 | 65 |
| Binary | 11111000 | 10100 | 101110 | 0 | 1011100 | 1010001 | 11 | 101100001 | 1011110 | 110101 |
Color Harmonies of #F8142E
Complementary color
Monochromatic Colors of #F8142E
Black with #F8142E
Text Example
Text Example
White with #F8142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8142E; }
p { color: rgb(248,20,46); }
H1.HeaderClassName
{
color: #F8142E;
}
.AnyTagClassName
{
color: #F8142E;
}
</style>
background-color css
<style>
a { background-color: #F8142E; }
a { background-color: rgb(248,20,46); }
div.DivClassName
{
background-color: #F8142E;
}
.BgClassName
{
background-color: #F8142E;
}
</style>
border-color css
<style>
span { border-color: #F8142E; }
span { border-color: rgb(248,20,46); }
td.TdClassName
{
border-color: #F8142E;
}
.TagClassName
{
border-color: #F8142E;
}
</style>