Shades of Torch Red #F40718
Tints of Torch Red #F40718
RGB
CMYK
RGB Variations
Color information
#F40718 (or 0xF40718) is known color: Torch Red. HEX triplet: F4, 07 and 18. RGB value is (244,7,24). Sum of RGB (Red+Green+Blue) = 244+7+24=275 (36% of max value = 765). Red value is 244 (95.70% from 255 or 88.73% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 244 - color contains mainly: red. Hex color #F40718 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40718 is #0BF8E7. Grayscale: #4F4F4F. Windows color (decimal): -784616 or 1574900. OLE color: 1574900.
HSL color Cylindrical-coordinate representation of color #F40718: hue angle of 355.7º 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 #F40718 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 24 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.04 |
| HSL | 355.7º | 0.94% | 0.49% | - |
| HSV(B) | 355.7º | 0.97% | 0.96% | - |
| XYZ | 37.55 | 19.45 | 2.64 | - |
| YUV | 79.8 | 96.52 | 245.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 24 | 0 | 0.97 | 0.90 | 0.04 | 355.7 | 0.94 | 0.49 |
| Hex | F4 | 7 | 18 | 0 | 61 | 5A | 4 | 164 | 5E | 31 |
| Octal | 364 | 7 | 30 | 0 | 141 | 132 | 4 | 544 | 136 | 61 |
| Binary | 11110100 | 111 | 11000 | 0 | 1100001 | 1011010 | 100 | 101100100 | 1011110 | 110001 |
Color Harmonies of #F40718
Complementary color
Monochromatic Colors of #F40718
Black with #F40718
Text Example
Text Example
White with #F40718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40718; }
p { color: rgb(244,7,24); }
H1.HeaderClassName
{
color: #F40718;
}
.AnyTagClassName
{
color: #F40718;
}
</style>
background-color css
<style>
a { background-color: #F40718; }
a { background-color: rgb(244,7,24); }
div.DivClassName
{
background-color: #F40718;
}
.BgClassName
{
background-color: #F40718;
}
</style>
border-color css
<style>
span { border-color: #F40718; }
span { border-color: rgb(244,7,24); }
td.TdClassName
{
border-color: #F40718;
}
.TagClassName
{
border-color: #F40718;
}
</style>