Shades of Torch Red #F0102E
Tints of Torch Red #F0102E
RGB
CMYK
RGB Variations
Color information
#F0102E (or 0xF0102E) is known color: Torch Red. HEX triplet: F0, 10 and 2E. RGB value is (240,16,46). Sum of RGB (Red+Green+Blue) = 240+16+46=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F0102E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0102E is #0FEFD1. Grayscale: #565656. Windows color (decimal): -1044434 or 3018992. OLE color: 3018992.
HSL color Cylindrical-coordinate representation of color #F0102E: hue angle of 351.96º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0102E is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 46 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.06 |
| HSL | 351.96º | 0.88% | 0.5% | - |
| HSV(B) | 351.96º | 0.93% | 0.94% | - |
| XYZ | 36.61 | 19.09 | 4.34 | - |
| YUV | 86.4 | 105.21 | 237.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 46 | 0 | 0.93 | 0.81 | 0.06 | 351.96 | 0.88 | 0.5 |
| Hex | F0 | 10 | 2E | 0 | 5D | 51 | 6 | 160 | 58 | 32 |
| Octal | 360 | 20 | 56 | 0 | 135 | 121 | 6 | 540 | 130 | 62 |
| Binary | 11110000 | 10000 | 101110 | 0 | 1011101 | 1010001 | 110 | 101100000 | 1011000 | 110010 |
Color Harmonies of #F0102E
Complementary color
Monochromatic Colors of #F0102E
Black with #F0102E
Text Example
Text Example
White with #F0102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0102E; }
p { color: rgb(240,16,46); }
H1.HeaderClassName
{
color: #F0102E;
}
.AnyTagClassName
{
color: #F0102E;
}
</style>
background-color css
<style>
a { background-color: #F0102E; }
a { background-color: rgb(240,16,46); }
div.DivClassName
{
background-color: #F0102E;
}
.BgClassName
{
background-color: #F0102E;
}
</style>
border-color css
<style>
span { border-color: #F0102E; }
span { border-color: rgb(240,16,46); }
td.TdClassName
{
border-color: #F0102E;
}
.TagClassName
{
border-color: #F0102E;
}
</style>