Shades of Torch Red #F0121A
Tints of Torch Red #F0121A
RGB
CMYK
RGB Variations
Color information
#F0121A (or 0xF0121A) is known color: Torch Red. HEX triplet: F0, 12 and 1A. RGB value is (240,18,26). Sum of RGB (Red+Green+Blue) = 240+18+26=284 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.51% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 240 - color contains mainly: red. Hex color #F0121A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0121A is #0FEDE5. Grayscale: #555555. Windows color (decimal): -1043942 or 1708784. OLE color: 1708784.
HSL color Cylindrical-coordinate representation of color #F0121A: hue angle of 357.84º 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 #F0121A is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 26 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.06 |
| HSL | 357.84º | 0.88% | 0.51% | - |
| HSV(B) | 357.84º | 0.93% | 0.94% | - |
| XYZ | 36.34 | 19.03 | 2.74 | - |
| YUV | 85.29 | 94.55 | 238.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 26 | 0 | 0.92 | 0.89 | 0.06 | 357.84 | 0.88 | 0.51 |
| Hex | F0 | 12 | 1A | 0 | 5C | 59 | 6 | 166 | 58 | 33 |
| Octal | 360 | 22 | 32 | 0 | 134 | 131 | 6 | 546 | 130 | 63 |
| Binary | 11110000 | 10010 | 11010 | 0 | 1011100 | 1011001 | 110 | 101100110 | 1011000 | 110011 |
Color Harmonies of #F0121A
Complementary color
Monochromatic Colors of #F0121A
Black with #F0121A
Text Example
Text Example
White with #F0121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0121A; }
p { color: rgb(240,18,26); }
H1.HeaderClassName
{
color: #F0121A;
}
.AnyTagClassName
{
color: #F0121A;
}
</style>
background-color css
<style>
a { background-color: #F0121A; }
a { background-color: rgb(240,18,26); }
div.DivClassName
{
background-color: #F0121A;
}
.BgClassName
{
background-color: #F0121A;
}
</style>
border-color css
<style>
span { border-color: #F0121A; }
span { border-color: rgb(240,18,26); }
td.TdClassName
{
border-color: #F0121A;
}
.TagClassName
{
border-color: #F0121A;
}
</style>