Shades of Torch Red #F01321
Tints of Torch Red #F01321
RGB
CMYK
RGB Variations
Color information
#F01321 (or 0xF01321) is known color: Torch Red. HEX triplet: F0, 13 and 21. RGB value is (240,19,33). Sum of RGB (Red+Green+Blue) = 240+19+33=292 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.19% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 240 - color contains mainly: red. Hex color #F01321 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01321 is #0FECDE. Grayscale: #565656. Windows color (decimal): -1043679 or 2167792. OLE color: 2167792.
HSL color Cylindrical-coordinate representation of color #F01321: hue angle of 356.2º 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 #F01321 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 33 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.06 |
| HSL | 356.2º | 0.88% | 0.51% | - |
| HSV(B) | 356.2º | 0.92% | 0.94% | - |
| XYZ | 36.44 | 19.1 | 3.2 | - |
| YUV | 86.68 | 97.72 | 237.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 33 | 0 | 0.92 | 0.86 | 0.06 | 356.2 | 0.88 | 0.51 |
| Hex | F0 | 13 | 21 | 0 | 5C | 56 | 6 | 164 | 58 | 33 |
| Octal | 360 | 23 | 41 | 0 | 134 | 126 | 6 | 544 | 130 | 63 |
| Binary | 11110000 | 10011 | 100001 | 0 | 1011100 | 1010110 | 110 | 101100100 | 1011000 | 110011 |
Color Harmonies of #F01321
Complementary color
Monochromatic Colors of #F01321
Black with #F01321
Text Example
Text Example
White with #F01321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01321; }
p { color: rgb(240,19,33); }
H1.HeaderClassName
{
color: #F01321;
}
.AnyTagClassName
{
color: #F01321;
}
</style>
background-color css
<style>
a { background-color: #F01321; }
a { background-color: rgb(240,19,33); }
div.DivClassName
{
background-color: #F01321;
}
.BgClassName
{
background-color: #F01321;
}
</style>
border-color css
<style>
span { border-color: #F01321; }
span { border-color: rgb(240,19,33); }
td.TdClassName
{
border-color: #F01321;
}
.TagClassName
{
border-color: #F01321;
}
</style>