Shades of Torch Red #F10316
Tints of Torch Red #F10316
RGB
CMYK
RGB Variations
Color information
#F10316 (or 0xF10316) is known color: Torch Red. HEX triplet: F1, 03 and 16. RGB value is (241,3,22). Sum of RGB (Red+Green+Blue) = 241+3+22=266 (35% of max value = 765). Red value is 241 (94.53% from 255 or 90.60% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 241 - color contains mainly: red. Hex color #F10316 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10316 is #0EFCE9. Grayscale: #4C4C4C. Windows color (decimal): -982250 or 1442801. OLE color: 1442801.
HSL color Cylindrical-coordinate representation of color #F10316: hue angle of 355.21º 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 #F10316 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 22 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.05 |
| HSL | 355.21º | 0.98% | 0.48% | - |
| HSV(B) | 355.21º | 0.99% | 0.95% | - |
| XYZ | 36.45 | 18.82 | 2.47 | - |
| YUV | 76.33 | 97.35 | 245.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 22 | 0 | 0.99 | 0.91 | 0.05 | 355.21 | 0.98 | 0.48 |
| Hex | F1 | 3 | 16 | 0 | 63 | 5B | 5 | 163 | 62 | 30 |
| Octal | 361 | 3 | 26 | 0 | 143 | 133 | 5 | 543 | 142 | 60 |
| Binary | 11110001 | 11 | 10110 | 0 | 1100011 | 1011011 | 101 | 101100011 | 1100010 | 110000 |
Color Harmonies of #F10316
Complementary color
Monochromatic Colors of #F10316
Black with #F10316
Text Example
Text Example
White with #F10316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10316; }
p { color: rgb(241,3,22); }
H1.HeaderClassName
{
color: #F10316;
}
.AnyTagClassName
{
color: #F10316;
}
</style>
background-color css
<style>
a { background-color: #F10316; }
a { background-color: rgb(241,3,22); }
div.DivClassName
{
background-color: #F10316;
}
.BgClassName
{
background-color: #F10316;
}
</style>
border-color css
<style>
span { border-color: #F10316; }
span { border-color: rgb(241,3,22); }
td.TdClassName
{
border-color: #F10316;
}
.TagClassName
{
border-color: #F10316;
}
</style>