Shades of Torch Red #F11018
Tints of Torch Red #F11018
RGB
CMYK
RGB Variations
Color information
#F11018 (or 0xF11018) is known color: Torch Red. HEX triplet: F1, 10 and 18. RGB value is (241,16,24). Sum of RGB (Red+Green+Blue) = 241+16+24=281 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.77% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 241 - color contains mainly: red. Hex color #F11018 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11018 is #0EEFE7. Grayscale: #545454. Windows color (decimal): -978920 or 1577201. OLE color: 1577201.
HSL color Cylindrical-coordinate representation of color #F11018: hue angle of 357.87º 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 #F11018 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 24 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.05 |
| HSL | 357.87º | 0.89% | 0.5% | - |
| HSV(B) | 357.87º | 0.93% | 0.95% | - |
| XYZ | 36.63 | 19.14 | 2.63 | - |
| YUV | 84.19 | 94.04 | 239.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 24 | 0 | 0.93 | 0.90 | 0.05 | 357.87 | 0.89 | 0.5 |
| Hex | F1 | 10 | 18 | 0 | 5D | 5A | 5 | 166 | 59 | 32 |
| Octal | 361 | 20 | 30 | 0 | 135 | 132 | 5 | 546 | 131 | 62 |
| Binary | 11110001 | 10000 | 11000 | 0 | 1011101 | 1011010 | 101 | 101100110 | 1011001 | 110010 |
Color Harmonies of #F11018
Complementary color
Monochromatic Colors of #F11018
Black with #F11018
Text Example
Text Example
White with #F11018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11018; }
p { color: rgb(241,16,24); }
H1.HeaderClassName
{
color: #F11018;
}
.AnyTagClassName
{
color: #F11018;
}
</style>
background-color css
<style>
a { background-color: #F11018; }
a { background-color: rgb(241,16,24); }
div.DivClassName
{
background-color: #F11018;
}
.BgClassName
{
background-color: #F11018;
}
</style>
border-color css
<style>
span { border-color: #F11018; }
span { border-color: rgb(241,16,24); }
td.TdClassName
{
border-color: #F11018;
}
.TagClassName
{
border-color: #F11018;
}
</style>