Shades of Torch Red #F10915
Tints of Torch Red #F10915
RGB
CMYK
RGB Variations
Color information
#F10915 (or 0xF10915) is known color: Torch Red. HEX triplet: F1, 09 and 15. RGB value is (241,9,21). Sum of RGB (Red+Green+Blue) = 241+9+21=271 (35% of max value = 765). Red value is 241 (94.53% from 255 or 88.93% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 241 - color contains mainly: red. Hex color #F10915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10915 is #0EF6EA. Grayscale: #4F4F4F. Windows color (decimal): -980715 or 1378801. OLE color: 1378801.
HSL color Cylindrical-coordinate representation of color #F10915: hue angle of 356.9º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10915 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 21 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.05 |
| HSL | 356.9º | 0.93% | 0.49% | - |
| HSV(B) | 356.9º | 0.96% | 0.95% | - |
| XYZ | 36.51 | 18.95 | 2.44 | - |
| YUV | 79.74 | 94.86 | 243.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 21 | 0 | 0.96 | 0.91 | 0.05 | 356.9 | 0.93 | 0.49 |
| Hex | F1 | 9 | 15 | 0 | 60 | 5B | 5 | 165 | 5D | 31 |
| Octal | 361 | 11 | 25 | 0 | 140 | 133 | 5 | 545 | 135 | 61 |
| Binary | 11110001 | 1001 | 10101 | 0 | 1100000 | 1011011 | 101 | 101100101 | 1011101 | 110001 |
Color Harmonies of #F10915
Complementary color
Monochromatic Colors of #F10915
Black with #F10915
Text Example
Text Example
White with #F10915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10915; }
p { color: rgb(241,9,21); }
H1.HeaderClassName
{
color: #F10915;
}
.AnyTagClassName
{
color: #F10915;
}
</style>
background-color css
<style>
a { background-color: #F10915; }
a { background-color: rgb(241,9,21); }
div.DivClassName
{
background-color: #F10915;
}
.BgClassName
{
background-color: #F10915;
}
</style>
border-color css
<style>
span { border-color: #F10915; }
span { border-color: rgb(241,9,21); }
td.TdClassName
{
border-color: #F10915;
}
.TagClassName
{
border-color: #F10915;
}
</style>