Shades of Torch Red #F40721
Tints of Torch Red #F40721
RGB
CMYK
RGB Variations
Color information
#F40721 (or 0xF40721) is known color: Torch Red. HEX triplet: F4, 07 and 21. RGB value is (244,7,33). Sum of RGB (Red+Green+Blue) = 244+7+33=284 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.92% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 244 - color contains mainly: red. Hex color #F40721 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40721 is #0BF8DE. Grayscale: #505050. Windows color (decimal): -784607 or 2164724. OLE color: 2164724.
HSL color Cylindrical-coordinate representation of color #F40721: hue angle of 353.42º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F40721 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 33 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.04 |
| HSL | 353.42º | 0.94% | 0.49% | - |
| HSV(B) | 353.42º | 0.97% | 0.96% | - |
| XYZ | 37.66 | 19.49 | 3.22 | - |
| YUV | 80.83 | 101.02 | 244.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 33 | 0 | 0.97 | 0.86 | 0.04 | 353.42 | 0.94 | 0.49 |
| Hex | F4 | 7 | 21 | 0 | 61 | 56 | 4 | 161 | 5E | 31 |
| Octal | 364 | 7 | 41 | 0 | 141 | 126 | 4 | 541 | 136 | 61 |
| Binary | 11110100 | 111 | 100001 | 0 | 1100001 | 1010110 | 100 | 101100001 | 1011110 | 110001 |
Color Harmonies of #F40721
Complementary color
Monochromatic Colors of #F40721
Black with #F40721
Text Example
Text Example
White with #F40721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40721; }
p { color: rgb(244,7,33); }
H1.HeaderClassName
{
color: #F40721;
}
.AnyTagClassName
{
color: #F40721;
}
</style>
background-color css
<style>
a { background-color: #F40721; }
a { background-color: rgb(244,7,33); }
div.DivClassName
{
background-color: #F40721;
}
.BgClassName
{
background-color: #F40721;
}
</style>
border-color css
<style>
span { border-color: #F40721; }
span { border-color: rgb(244,7,33); }
td.TdClassName
{
border-color: #F40721;
}
.TagClassName
{
border-color: #F40721;
}
</style>