Shades of Torch Red #F01421
Tints of Torch Red #F01421
RGB
CMYK
RGB Variations
Color information
#F01421 (or 0xF01421) is known color: Torch Red. HEX triplet: F0, 14 and 21. RGB value is (240,20,33). Sum of RGB (Red+Green+Blue) = 240+20+33=293 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.91% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 240 - color contains mainly: red. Hex color #F01421 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01421 is #0FEBDE. Grayscale: #575757. Windows color (decimal): -1043423 or 2168048. OLE color: 2168048.
HSL color Cylindrical-coordinate representation of color #F01421: hue angle of 356.45º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01421 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 33 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.06 |
| HSL | 356.45º | 0.88% | 0.51% | - |
| HSV(B) | 356.45º | 0.92% | 0.94% | - |
| XYZ | 36.46 | 19.14 | 3.21 | - |
| YUV | 87.26 | 97.39 | 236.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 33 | 0 | 0.92 | 0.86 | 0.06 | 356.45 | 0.88 | 0.51 |
| Hex | F0 | 14 | 21 | 0 | 5C | 56 | 6 | 164 | 58 | 33 |
| Octal | 360 | 24 | 41 | 0 | 134 | 126 | 6 | 544 | 130 | 63 |
| Binary | 11110000 | 10100 | 100001 | 0 | 1011100 | 1010110 | 110 | 101100100 | 1011000 | 110011 |
Color Harmonies of #F01421
Complementary color
Monochromatic Colors of #F01421
Black with #F01421
Text Example
Text Example
White with #F01421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01421; }
p { color: rgb(240,20,33); }
H1.HeaderClassName
{
color: #F01421;
}
.AnyTagClassName
{
color: #F01421;
}
</style>
background-color css
<style>
a { background-color: #F01421; }
a { background-color: rgb(240,20,33); }
div.DivClassName
{
background-color: #F01421;
}
.BgClassName
{
background-color: #F01421;
}
</style>
border-color css
<style>
span { border-color: #F01421; }
span { border-color: rgb(240,20,33); }
td.TdClassName
{
border-color: #F01421;
}
.TagClassName
{
border-color: #F01421;
}
</style>