Shades of Torch Red #F11219
Tints of Torch Red #F11219
RGB
CMYK
RGB Variations
Color information
#F11219 (or 0xF11219) is known color: Torch Red. HEX triplet: F1, 12 and 19. RGB value is (241,18,25). Sum of RGB (Red+Green+Blue) = 241+18+25=284 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.86% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 241 - color contains mainly: red. Hex color #F11219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11219 is #0EEDE6. Grayscale: #555555. Windows color (decimal): -978407 or 1643249. OLE color: 1643249.
HSL color Cylindrical-coordinate representation of color #F11219: hue angle of 358.12º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11219 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 25 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.05 |
| HSL | 358.12º | 0.89% | 0.51% | - |
| HSV(B) | 358.12º | 0.93% | 0.95% | - |
| XYZ | 36.67 | 19.2 | 2.69 | - |
| YUV | 85.48 | 93.88 | 238.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 25 | 0 | 0.93 | 0.90 | 0.05 | 358.12 | 0.89 | 0.51 |
| Hex | F1 | 12 | 19 | 0 | 5D | 5A | 5 | 166 | 59 | 33 |
| Octal | 361 | 22 | 31 | 0 | 135 | 132 | 5 | 546 | 131 | 63 |
| Binary | 11110001 | 10010 | 11001 | 0 | 1011101 | 1011010 | 101 | 101100110 | 1011001 | 110011 |
Color Harmonies of #F11219
Complementary color
Monochromatic Colors of #F11219
Black with #F11219
Text Example
Text Example
White with #F11219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11219; }
p { color: rgb(241,18,25); }
H1.HeaderClassName
{
color: #F11219;
}
.AnyTagClassName
{
color: #F11219;
}
</style>
background-color css
<style>
a { background-color: #F11219; }
a { background-color: rgb(241,18,25); }
div.DivClassName
{
background-color: #F11219;
}
.BgClassName
{
background-color: #F11219;
}
</style>
border-color css
<style>
span { border-color: #F11219; }
span { border-color: rgb(241,18,25); }
td.TdClassName
{
border-color: #F11219;
}
.TagClassName
{
border-color: #F11219;
}
</style>