Shades of Torch Red #F40610
Tints of Torch Red #F40610
RGB
CMYK
RGB Variations
Color information
#F40610 (or 0xF40610) is known color: Torch Red. HEX triplet: F4, 06 and 10. RGB value is (244,6,16). Sum of RGB (Red+Green+Blue) = 244+6+16=266 (35% of max value = 765). Red value is 244 (95.70% from 255 or 91.73% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 244 - color contains mainly: red. Hex color #F40610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40610 is #0BF9EF. Grayscale: #4E4E4E. Windows color (decimal): -784880 or 1050356. OLE color: 1050356.
HSL color Cylindrical-coordinate representation of color #F40610: hue angle of 357.48º 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 #F40610 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 6 | 16 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.04 |
| HSL | 357.48º | 0.95% | 0.49% | - |
| HSV(B) | 357.48º | 0.98% | 0.96% | - |
| XYZ | 37.47 | 19.4 | 2.26 | - |
| YUV | 78.3 | 92.85 | 246.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 6 | 16 | 0 | 0.98 | 0.93 | 0.04 | 357.48 | 0.95 | 0.49 |
| Hex | F4 | 6 | 10 | 0 | 62 | 5D | 4 | 165 | 5F | 31 |
| Octal | 364 | 6 | 20 | 0 | 142 | 135 | 4 | 545 | 137 | 61 |
| Binary | 11110100 | 110 | 10000 | 0 | 1100010 | 1011101 | 100 | 101100101 | 1011111 | 110001 |
Color Harmonies of #F40610
Complementary color
Monochromatic Colors of #F40610
Black with #F40610
Text Example
Text Example
White with #F40610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40610; }
p { color: rgb(244,6,16); }
H1.HeaderClassName
{
color: #F40610;
}
.AnyTagClassName
{
color: #F40610;
}
</style>
background-color css
<style>
a { background-color: #F40610; }
a { background-color: rgb(244,6,16); }
div.DivClassName
{
background-color: #F40610;
}
.BgClassName
{
background-color: #F40610;
}
</style>
border-color css
<style>
span { border-color: #F40610; }
span { border-color: rgb(244,6,16); }
td.TdClassName
{
border-color: #F40610;
}
.TagClassName
{
border-color: #F40610;
}
</style>