Shades of Torch Red #F11015
Tints of Torch Red #F11015
RGB
CMYK
RGB Variations
Color information
#F11015 (or 0xF11015) is known color: Torch Red. HEX triplet: F1, 10 and 15. RGB value is (241,16,21). Sum of RGB (Red+Green+Blue) = 241+16+21=278 (36% of max value = 765). Red value is 241 (94.53% from 255 or 86.69% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 241 - color contains mainly: red. Hex color #F11015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11015 is #0EEFEA. Grayscale: #545454. Windows color (decimal): -978923 or 1380593. OLE color: 1380593.
HSL color Cylindrical-coordinate representation of color #F11015: hue angle of 358.67º 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 #F11015 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 21 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.05 |
| HSL | 358.67º | 0.89% | 0.5% | - |
| HSV(B) | 358.67º | 0.93% | 0.95% | - |
| XYZ | 36.6 | 19.13 | 2.47 | - |
| YUV | 83.85 | 92.54 | 240.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 21 | 0 | 0.93 | 0.91 | 0.05 | 358.67 | 0.89 | 0.5 |
| Hex | F1 | 10 | 15 | 0 | 5D | 5B | 5 | 167 | 59 | 32 |
| Octal | 361 | 20 | 25 | 0 | 135 | 133 | 5 | 547 | 131 | 62 |
| Binary | 11110001 | 10000 | 10101 | 0 | 1011101 | 1011011 | 101 | 101100111 | 1011001 | 110010 |
Color Harmonies of #F11015
Complementary color
Monochromatic Colors of #F11015
Black with #F11015
Text Example
Text Example
White with #F11015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11015; }
p { color: rgb(241,16,21); }
H1.HeaderClassName
{
color: #F11015;
}
.AnyTagClassName
{
color: #F11015;
}
</style>
background-color css
<style>
a { background-color: #F11015; }
a { background-color: rgb(241,16,21); }
div.DivClassName
{
background-color: #F11015;
}
.BgClassName
{
background-color: #F11015;
}
</style>
border-color css
<style>
span { border-color: #F11015; }
span { border-color: rgb(241,16,21); }
td.TdClassName
{
border-color: #F11015;
}
.TagClassName
{
border-color: #F11015;
}
</style>