Shades of Torch Red #F0121E
Tints of Torch Red #F0121E
RGB
CMYK
RGB Variations
Color information
#F0121E (or 0xF0121E) is known color: Torch Red. HEX triplet: F0, 12 and 1E. RGB value is (240,18,30). Sum of RGB (Red+Green+Blue) = 240+18+30=288 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.33% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 240 - color contains mainly: red. Hex color #F0121E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0121E is #0FEDE1. Grayscale: #555555. Windows color (decimal): -1043938 or 1970928. OLE color: 1970928.
HSL color Cylindrical-coordinate representation of color #F0121E: hue angle of 356.76º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0121E is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 30 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.06 |
| HSL | 356.76º | 0.88% | 0.51% | - |
| HSV(B) | 356.76º | 0.93% | 0.94% | - |
| XYZ | 36.39 | 19.05 | 2.99 | - |
| YUV | 85.75 | 96.55 | 238.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 30 | 0 | 0.92 | 0.87 | 0.06 | 356.76 | 0.88 | 0.51 |
| Hex | F0 | 12 | 1E | 0 | 5C | 57 | 6 | 165 | 58 | 33 |
| Octal | 360 | 22 | 36 | 0 | 134 | 127 | 6 | 545 | 130 | 63 |
| Binary | 11110000 | 10010 | 11110 | 0 | 1011100 | 1010111 | 110 | 101100101 | 1011000 | 110011 |
Color Harmonies of #F0121E
Complementary color
Monochromatic Colors of #F0121E
Black with #F0121E
Text Example
Text Example
White with #F0121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0121E; }
p { color: rgb(240,18,30); }
H1.HeaderClassName
{
color: #F0121E;
}
.AnyTagClassName
{
color: #F0121E;
}
</style>
background-color css
<style>
a { background-color: #F0121E; }
a { background-color: rgb(240,18,30); }
div.DivClassName
{
background-color: #F0121E;
}
.BgClassName
{
background-color: #F0121E;
}
</style>
border-color css
<style>
span { border-color: #F0121E; }
span { border-color: rgb(240,18,30); }
td.TdClassName
{
border-color: #F0121E;
}
.TagClassName
{
border-color: #F0121E;
}
</style>