Shades of Torch Red #F40616
Tints of Torch Red #F40616
RGB
CMYK
RGB Variations
Color information
#F40616 (or 0xF40616) is known color: Torch Red. HEX triplet: F4, 06 and 16. RGB value is (244,6,22). Sum of RGB (Red+Green+Blue) = 244+6+22=272 (36% of max value = 765). Red value is 244 (95.70% from 255 or 89.71% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 244 - color contains mainly: red. Hex color #F40616 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40616 is #0BF9E9. Grayscale: #4F4F4F. Windows color (decimal): -784874 or 1443572. OLE color: 1443572.
HSL color Cylindrical-coordinate representation of color #F40616: hue angle of 355.97º degrees, saturation: 0.95, 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 #F40616 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 6 | 22 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.04 |
| HSL | 355.97º | 0.95% | 0.49% | - |
| HSV(B) | 355.97º | 0.98% | 0.96% | - |
| XYZ | 37.52 | 19.42 | 2.53 | - |
| YUV | 78.99 | 95.85 | 245.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 6 | 22 | 0 | 0.98 | 0.91 | 0.04 | 355.97 | 0.95 | 0.49 |
| Hex | F4 | 6 | 16 | 0 | 62 | 5B | 4 | 164 | 5F | 31 |
| Octal | 364 | 6 | 26 | 0 | 142 | 133 | 4 | 544 | 137 | 61 |
| Binary | 11110100 | 110 | 10110 | 0 | 1100010 | 1011011 | 100 | 101100100 | 1011111 | 110001 |
Color Harmonies of #F40616
Complementary color
Monochromatic Colors of #F40616
Black with #F40616
Text Example
Text Example
White with #F40616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40616; }
p { color: rgb(244,6,22); }
H1.HeaderClassName
{
color: #F40616;
}
.AnyTagClassName
{
color: #F40616;
}
</style>
background-color css
<style>
a { background-color: #F40616; }
a { background-color: rgb(244,6,22); }
div.DivClassName
{
background-color: #F40616;
}
.BgClassName
{
background-color: #F40616;
}
</style>
border-color css
<style>
span { border-color: #F40616; }
span { border-color: rgb(244,6,22); }
td.TdClassName
{
border-color: #F40616;
}
.TagClassName
{
border-color: #F40616;
}
</style>