Shades of Torch Red #F10310
Tints of Torch Red #F10310
RGB
CMYK
RGB Variations
Color information
#F10310 (or 0xF10310) is known color: Torch Red. HEX triplet: F1, 03 and 10. RGB value is (241,3,16). Sum of RGB (Red+Green+Blue) = 241+3+16=260 (34% of max value = 765). Red value is 241 (94.53% from 255 or 92.69% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 241 - color contains mainly: red. Hex color #F10310 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10310 is #0EFCEF. Grayscale: #4B4B4B. Windows color (decimal): -982256 or 1049585. OLE color: 1049585.
HSL color Cylindrical-coordinate representation of color #F10310: hue angle of 356.72º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F10310 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 16 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.05 |
| HSL | 356.72º | 0.98% | 0.48% | - |
| HSV(B) | 356.72º | 0.99% | 0.95% | - |
| XYZ | 36.4 | 18.8 | 2.2 | - |
| YUV | 75.64 | 94.35 | 245.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 16 | 0 | 0.99 | 0.93 | 0.05 | 356.72 | 0.98 | 0.48 |
| Hex | F1 | 3 | 10 | 0 | 63 | 5D | 5 | 165 | 62 | 30 |
| Octal | 361 | 3 | 20 | 0 | 143 | 135 | 5 | 545 | 142 | 60 |
| Binary | 11110001 | 11 | 10000 | 0 | 1100011 | 1011101 | 101 | 101100101 | 1100010 | 110000 |
Color Harmonies of #F10310
Complementary color
Monochromatic Colors of #F10310
Black with #F10310
Text Example
Text Example
White with #F10310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10310; }
p { color: rgb(241,3,16); }
H1.HeaderClassName
{
color: #F10310;
}
.AnyTagClassName
{
color: #F10310;
}
</style>
background-color css
<style>
a { background-color: #F10310; }
a { background-color: rgb(241,3,16); }
div.DivClassName
{
background-color: #F10310;
}
.BgClassName
{
background-color: #F10310;
}
</style>
border-color css
<style>
span { border-color: #F10310; }
span { border-color: rgb(241,3,16); }
td.TdClassName
{
border-color: #F10310;
}
.TagClassName
{
border-color: #F10310;
}
</style>