Shades of Torch Red #F8143A
Tints of Torch Red #F8143A
RGB
CMYK
RGB Variations
Color information
#F8143A (or 0xF8143A) is known color: Torch Red. HEX triplet: F8, 14 and 3A. RGB value is (248,20,58). Sum of RGB (Red+Green+Blue) = 248+20+58=326 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.07% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 248 - color contains mainly: red. Hex color #F8143A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8143A is #07EBC5. Grayscale: #5C5C5C. Windows color (decimal): -519110 or 3806456. OLE color: 3806456.
HSL color Cylindrical-coordinate representation of color #F8143A: hue angle of 350º 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 #F8143A is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 58 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.03 |
| HSL | 350º | 0.94% | 0.53% | - |
| HSV(B) | 350º | 0.92% | 0.97% | - |
| XYZ | 39.73 | 20.76 | 5.92 | - |
| YUV | 92.5 | 108.54 | 238.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 58 | 0 | 0.92 | 0.77 | 0.03 | 350 | 0.94 | 0.53 |
| Hex | F8 | 14 | 3A | 0 | 5C | 4D | 3 | 15E | 5E | 35 |
| Octal | 370 | 24 | 72 | 0 | 134 | 115 | 3 | 536 | 136 | 65 |
| Binary | 11111000 | 10100 | 111010 | 0 | 1011100 | 1001101 | 11 | 101011110 | 1011110 | 110101 |
Color Harmonies of #F8143A
Complementary color
Monochromatic Colors of #F8143A
Black with #F8143A
Text Example
Text Example
White with #F8143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8143A; }
p { color: rgb(248,20,58); }
H1.HeaderClassName
{
color: #F8143A;
}
.AnyTagClassName
{
color: #F8143A;
}
</style>
background-color css
<style>
a { background-color: #F8143A; }
a { background-color: rgb(248,20,58); }
div.DivClassName
{
background-color: #F8143A;
}
.BgClassName
{
background-color: #F8143A;
}
</style>
border-color css
<style>
span { border-color: #F8143A; }
span { border-color: rgb(248,20,58); }
td.TdClassName
{
border-color: #F8143A;
}
.TagClassName
{
border-color: #F8143A;
}
</style>