Shades of Torch Red #F40516
Tints of Torch Red #F40516
RGB
CMYK
RGB Variations
Color information
#F40516 (or 0xF40516) is known color: Torch Red. HEX triplet: F4, 05 and 16. RGB value is (244,5,22). Sum of RGB (Red+Green+Blue) = 244+5+22=271 (35% of max value = 765). Red value is 244 (95.70% from 255 or 90.04% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 244 - color contains mainly: red. Hex color #F40516 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40516 is #0BFAE9. Grayscale: #4E4E4E. Windows color (decimal): -785130 or 1443316. OLE color: 1443316.
HSL color Cylindrical-coordinate representation of color #F40516: hue angle of 355.73º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F40516 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 22 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.04 |
| HSL | 355.73º | 0.96% | 0.49% | - |
| HSV(B) | 355.73º | 0.98% | 0.96% | - |
| XYZ | 37.51 | 19.4 | 2.53 | - |
| YUV | 78.4 | 96.18 | 246.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 22 | 0 | 0.98 | 0.91 | 0.04 | 355.73 | 0.96 | 0.49 |
| Hex | F4 | 5 | 16 | 0 | 62 | 5B | 4 | 164 | 60 | 31 |
| Octal | 364 | 5 | 26 | 0 | 142 | 133 | 4 | 544 | 140 | 61 |
| Binary | 11110100 | 101 | 10110 | 0 | 1100010 | 1011011 | 100 | 101100100 | 1100000 | 110001 |
Color Harmonies of #F40516
Complementary color
Monochromatic Colors of #F40516
Black with #F40516
Text Example
Text Example
White with #F40516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40516; }
p { color: rgb(244,5,22); }
H1.HeaderClassName
{
color: #F40516;
}
.AnyTagClassName
{
color: #F40516;
}
</style>
background-color css
<style>
a { background-color: #F40516; }
a { background-color: rgb(244,5,22); }
div.DivClassName
{
background-color: #F40516;
}
.BgClassName
{
background-color: #F40516;
}
</style>
border-color css
<style>
span { border-color: #F40516; }
span { border-color: rgb(244,5,22); }
td.TdClassName
{
border-color: #F40516;
}
.TagClassName
{
border-color: #F40516;
}
</style>