Shades of Torch Red #F01521
Tints of Torch Red #F01521
RGB
CMYK
RGB Variations
Color information
#F01521 (or 0xF01521) is known color: Torch Red. HEX triplet: F0, 15 and 21. RGB value is (240,21,33). Sum of RGB (Red+Green+Blue) = 240+21+33=294 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.63% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 240 - color contains mainly: red. Hex color #F01521 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01521 is #0FEADE. Grayscale: #585858. Windows color (decimal): -1043167 or 2168304. OLE color: 2168304.
HSL color Cylindrical-coordinate representation of color #F01521: hue angle of 356.71º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F01521 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 33 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.06 |
| HSL | 356.71º | 0.88% | 0.51% | - |
| HSV(B) | 356.71º | 0.91% | 0.94% | - |
| XYZ | 36.48 | 19.17 | 3.22 | - |
| YUV | 87.85 | 97.05 | 236.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 33 | 0 | 0.91 | 0.86 | 0.06 | 356.71 | 0.88 | 0.51 |
| Hex | F0 | 15 | 21 | 0 | 5B | 56 | 6 | 165 | 58 | 33 |
| Octal | 360 | 25 | 41 | 0 | 133 | 126 | 6 | 545 | 130 | 63 |
| Binary | 11110000 | 10101 | 100001 | 0 | 1011011 | 1010110 | 110 | 101100101 | 1011000 | 110011 |
Color Harmonies of #F01521
Complementary color
Monochromatic Colors of #F01521
Black with #F01521
Text Example
Text Example
White with #F01521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01521; }
p { color: rgb(240,21,33); }
H1.HeaderClassName
{
color: #F01521;
}
.AnyTagClassName
{
color: #F01521;
}
</style>
background-color css
<style>
a { background-color: #F01521; }
a { background-color: rgb(240,21,33); }
div.DivClassName
{
background-color: #F01521;
}
.BgClassName
{
background-color: #F01521;
}
</style>
border-color css
<style>
span { border-color: #F01521; }
span { border-color: rgb(240,21,33); }
td.TdClassName
{
border-color: #F01521;
}
.TagClassName
{
border-color: #F01521;
}
</style>