Shades of Torch Red #F8002E
Tints of Torch Red #F8002E
RGB
CMYK
RGB Variations
Color information
#F8002E (or 0xF8002E) is known color: Torch Red. HEX triplet: F8, 00 and 2E. RGB value is (248,0,46). Sum of RGB (Red+Green+Blue) = 248+0+46=294 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.35% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 248 - color contains mainly: red. Hex color #F8002E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8002E is #07FFD1. Grayscale: #4F4F4F. Windows color (decimal): -524242 or 3014904. OLE color: 3014904.
HSL color Cylindrical-coordinate representation of color #F8002E: hue angle of 348.87º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8002E is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.81 | 0.03 |
| HSL | 348.87º | 1% | 0.49% | - |
| HSV(B) | 348.87º | 1% | 0.97% | - |
| XYZ | 39.2 | 20.15 | 4.41 | - |
| YUV | 79.4 | 109.16 | 248.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 46 | 0 | 1 | 0.81 | 0.03 | 348.87 | 1 | 0.49 |
| Hex | F8 | 0 | 2E | 0 | 64 | 51 | 3 | 15D | 64 | 31 |
| Octal | 370 | 0 | 56 | 0 | 144 | 121 | 3 | 535 | 144 | 61 |
| Binary | 11111000 | 0 | 101110 | 0 | 1100100 | 1010001 | 11 | 101011101 | 1100100 | 110001 |
Color Harmonies of #F8002E
Complementary color
Monochromatic Colors of #F8002E
Black with #F8002E
Text Example
Text Example
White with #F8002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8002E; }
p { color: rgb(248,0,46); }
H1.HeaderClassName
{
color: #F8002E;
}
.AnyTagClassName
{
color: #F8002E;
}
</style>
background-color css
<style>
a { background-color: #F8002E; }
a { background-color: rgb(248,0,46); }
div.DivClassName
{
background-color: #F8002E;
}
.BgClassName
{
background-color: #F8002E;
}
</style>
border-color css
<style>
span { border-color: #F8002E; }
span { border-color: rgb(248,0,46); }
td.TdClassName
{
border-color: #F8002E;
}
.TagClassName
{
border-color: #F8002E;
}
</style>