Shades of Torch Red #F0101E
Tints of Torch Red #F0101E
RGB
CMYK
RGB Variations
Color information
#F0101E (or 0xF0101E) is known color: Torch Red. HEX triplet: F0, 10 and 1E. RGB value is (240,16,30). Sum of RGB (Red+Green+Blue) = 240+16+30=286 (37% of max value = 765). Red value is 240 (94.14% from 255 or 83.92% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 240 - color contains mainly: red. Hex color #F0101E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0101E is #0FEFE1. Grayscale: #545454. Windows color (decimal): -1044450 or 1970416. OLE color: 1970416.
HSL color Cylindrical-coordinate representation of color #F0101E: hue angle of 356.25º 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 #F0101E is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 30 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.06 |
| HSL | 356.25º | 0.88% | 0.5% | - |
| HSV(B) | 356.25º | 0.93% | 0.94% | - |
| XYZ | 36.35 | 18.99 | 2.98 | - |
| YUV | 84.57 | 97.21 | 238.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 30 | 0 | 0.93 | 0.87 | 0.06 | 356.25 | 0.88 | 0.5 |
| Hex | F0 | 10 | 1E | 0 | 5D | 57 | 6 | 164 | 58 | 32 |
| Octal | 360 | 20 | 36 | 0 | 135 | 127 | 6 | 544 | 130 | 62 |
| Binary | 11110000 | 10000 | 11110 | 0 | 1011101 | 1010111 | 110 | 101100100 | 1011000 | 110010 |
Color Harmonies of #F0101E
Complementary color
Monochromatic Colors of #F0101E
Black with #F0101E
Text Example
Text Example
White with #F0101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0101E; }
p { color: rgb(240,16,30); }
H1.HeaderClassName
{
color: #F0101E;
}
.AnyTagClassName
{
color: #F0101E;
}
</style>
background-color css
<style>
a { background-color: #F0101E; }
a { background-color: rgb(240,16,30); }
div.DivClassName
{
background-color: #F0101E;
}
.BgClassName
{
background-color: #F0101E;
}
</style>
border-color css
<style>
span { border-color: #F0101E; }
span { border-color: rgb(240,16,30); }
td.TdClassName
{
border-color: #F0101E;
}
.TagClassName
{
border-color: #F0101E;
}
</style>