Shades of Torch Red #F8143E
Tints of Torch Red #F8143E
RGB
CMYK
RGB Variations
Color information
#F8143E (or 0xF8143E) is known color: Torch Red. HEX triplet: F8, 14 and 3E. RGB value is (248,20,62). Sum of RGB (Red+Green+Blue) = 248+20+62=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F8143E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8143E is #07EBC1. Grayscale: #5D5D5D. Windows color (decimal): -519106 or 4068600. OLE color: 4068600.
HSL color Cylindrical-coordinate representation of color #F8143E: hue angle of 348.95º 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 #F8143E is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 62 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.03 |
| HSL | 348.95º | 0.94% | 0.53% | - |
| HSV(B) | 348.95º | 0.92% | 0.97% | - |
| XYZ | 39.83 | 20.8 | 6.47 | - |
| YUV | 92.96 | 110.54 | 238.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 62 | 0 | 0.92 | 0.75 | 0.03 | 348.95 | 0.94 | 0.53 |
| Hex | F8 | 14 | 3E | 0 | 5C | 4B | 3 | 15D | 5E | 35 |
| Octal | 370 | 24 | 76 | 0 | 134 | 113 | 3 | 535 | 136 | 65 |
| Binary | 11111000 | 10100 | 111110 | 0 | 1011100 | 1001011 | 11 | 101011101 | 1011110 | 110101 |
Color Harmonies of #F8143E
Complementary color
Monochromatic Colors of #F8143E
Black with #F8143E
Text Example
Text Example
White with #F8143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8143E; }
p { color: rgb(248,20,62); }
H1.HeaderClassName
{
color: #F8143E;
}
.AnyTagClassName
{
color: #F8143E;
}
</style>
background-color css
<style>
a { background-color: #F8143E; }
a { background-color: rgb(248,20,62); }
div.DivClassName
{
background-color: #F8143E;
}
.BgClassName
{
background-color: #F8143E;
}
</style>
border-color css
<style>
span { border-color: #F8143E; }
span { border-color: rgb(248,20,62); }
td.TdClassName
{
border-color: #F8143E;
}
.TagClassName
{
border-color: #F8143E;
}
</style>