Shades of Torch Red #F40510
Tints of Torch Red #F40510
RGB
CMYK
RGB Variations
Color information
#F40510 (or 0xF40510) is known color: Torch Red. HEX triplet: F4, 05 and 10. RGB value is (244,5,16). Sum of RGB (Red+Green+Blue) = 244+5+16=265 (35% of max value = 765). Red value is 244 (95.70% from 255 or 92.08% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 244 - color contains mainly: red. Hex color #F40510 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40510 is #0BFAEF. Grayscale: #4D4D4D. Windows color (decimal): -785136 or 1050100. OLE color: 1050100.
HSL color Cylindrical-coordinate representation of color #F40510: hue angle of 357.24º 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 #F40510 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 16 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.04 |
| HSL | 357.24º | 0.96% | 0.49% | - |
| HSV(B) | 357.24º | 0.98% | 0.96% | - |
| XYZ | 37.46 | 19.38 | 2.26 | - |
| YUV | 77.72 | 93.18 | 246.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 16 | 0 | 0.98 | 0.93 | 0.04 | 357.24 | 0.96 | 0.49 |
| Hex | F4 | 5 | 10 | 0 | 62 | 5D | 4 | 165 | 60 | 31 |
| Octal | 364 | 5 | 20 | 0 | 142 | 135 | 4 | 545 | 140 | 61 |
| Binary | 11110100 | 101 | 10000 | 0 | 1100010 | 1011101 | 100 | 101100101 | 1100000 | 110001 |
Color Harmonies of #F40510
Complementary color
Monochromatic Colors of #F40510
Black with #F40510
Text Example
Text Example
White with #F40510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40510; }
p { color: rgb(244,5,16); }
H1.HeaderClassName
{
color: #F40510;
}
.AnyTagClassName
{
color: #F40510;
}
</style>
background-color css
<style>
a { background-color: #F40510; }
a { background-color: rgb(244,5,16); }
div.DivClassName
{
background-color: #F40510;
}
.BgClassName
{
background-color: #F40510;
}
</style>
border-color css
<style>
span { border-color: #F40510; }
span { border-color: rgb(244,5,16); }
td.TdClassName
{
border-color: #F40510;
}
.TagClassName
{
border-color: #F40510;
}
</style>