Shades of Torch Red #F11019
Tints of Torch Red #F11019
RGB
CMYK
RGB Variations
Color information
#F11019 (or 0xF11019) is known color: Torch Red. HEX triplet: F1, 10 and 19. RGB value is (241,16,25). Sum of RGB (Red+Green+Blue) = 241+16+25=282 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.46% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 241 - color contains mainly: red. Hex color #F11019 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11019 is #0EEFE6. Grayscale: #545454. Windows color (decimal): -978919 or 1642737. OLE color: 1642737.
HSL color Cylindrical-coordinate representation of color #F11019: hue angle of 357.6º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11019 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 25 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.05 |
| HSL | 357.6º | 0.89% | 0.5% | - |
| HSV(B) | 357.6º | 0.93% | 0.95% | - |
| XYZ | 36.64 | 19.14 | 2.68 | - |
| YUV | 84.3 | 94.54 | 239.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 25 | 0 | 0.93 | 0.90 | 0.05 | 357.6 | 0.89 | 0.5 |
| Hex | F1 | 10 | 19 | 0 | 5D | 5A | 5 | 166 | 59 | 32 |
| Octal | 361 | 20 | 31 | 0 | 135 | 132 | 5 | 546 | 131 | 62 |
| Binary | 11110001 | 10000 | 11001 | 0 | 1011101 | 1011010 | 101 | 101100110 | 1011001 | 110010 |
Color Harmonies of #F11019
Complementary color
Monochromatic Colors of #F11019
Black with #F11019
Text Example
Text Example
White with #F11019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11019; }
p { color: rgb(241,16,25); }
H1.HeaderClassName
{
color: #F11019;
}
.AnyTagClassName
{
color: #F11019;
}
</style>
background-color css
<style>
a { background-color: #F11019; }
a { background-color: rgb(241,16,25); }
div.DivClassName
{
background-color: #F11019;
}
.BgClassName
{
background-color: #F11019;
}
</style>
border-color css
<style>
span { border-color: #F11019; }
span { border-color: rgb(241,16,25); }
td.TdClassName
{
border-color: #F11019;
}
.TagClassName
{
border-color: #F11019;
}
</style>