Shades of Torch Red #F10610
Tints of Torch Red #F10610
RGB
CMYK
RGB Variations
Color information
#F10610 (or 0xF10610) is known color: Torch Red. HEX triplet: F1, 06 and 10. RGB value is (241,6,16). Sum of RGB (Red+Green+Blue) = 241+6+16=263 (34% of max value = 765). Red value is 241 (94.53% from 255 or 91.63% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 241 - color contains mainly: red. Hex color #F10610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10610 is #0EF9EF. Grayscale: #4D4D4D. Windows color (decimal): -981488 or 1050353. OLE color: 1050353.
HSL color Cylindrical-coordinate representation of color #F10610: hue angle of 357.45º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10610 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 6 | 16 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.05 |
| HSL | 357.45º | 0.95% | 0.48% | - |
| HSV(B) | 357.45º | 0.98% | 0.95% | - |
| XYZ | 36.43 | 18.87 | 2.21 | - |
| YUV | 77.41 | 93.36 | 244.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 6 | 16 | 0 | 0.98 | 0.93 | 0.05 | 357.45 | 0.95 | 0.48 |
| Hex | F1 | 6 | 10 | 0 | 62 | 5D | 5 | 165 | 5F | 30 |
| Octal | 361 | 6 | 20 | 0 | 142 | 135 | 5 | 545 | 137 | 60 |
| Binary | 11110001 | 110 | 10000 | 0 | 1100010 | 1011101 | 101 | 101100101 | 1011111 | 110000 |
Color Harmonies of #F10610
Complementary color
Monochromatic Colors of #F10610
Black with #F10610
Text Example
Text Example
White with #F10610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10610; }
p { color: rgb(241,6,16); }
H1.HeaderClassName
{
color: #F10610;
}
.AnyTagClassName
{
color: #F10610;
}
</style>
background-color css
<style>
a { background-color: #F10610; }
a { background-color: rgb(241,6,16); }
div.DivClassName
{
background-color: #F10610;
}
.BgClassName
{
background-color: #F10610;
}
</style>
border-color css
<style>
span { border-color: #F10610; }
span { border-color: rgb(241,6,16); }
td.TdClassName
{
border-color: #F10610;
}
.TagClassName
{
border-color: #F10610;
}
</style>