Shades of Torch Red #F11518
Tints of Torch Red #F11518
RGB
CMYK
RGB Variations
Color information
#F11518 (or 0xF11518) is known color: Torch Red. HEX triplet: F1, 15 and 18. RGB value is (241,21,24). Sum of RGB (Red+Green+Blue) = 241+21+24=286 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.27% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 241 - color contains mainly: red. Hex color #F11518 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11518 is #0EEAE7. Grayscale: #575757. Windows color (decimal): -977640 or 1578481. OLE color: 1578481.
HSL color Cylindrical-coordinate representation of color #F11518: hue angle of 359.18º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11518 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 24 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.05 |
| HSL | 359.18º | 0.89% | 0.51% | - |
| HSV(B) | 359.18º | 0.91% | 0.95% | - |
| XYZ | 36.71 | 19.3 | 2.66 | - |
| YUV | 87.12 | 92.39 | 237.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 24 | 0 | 0.91 | 0.90 | 0.05 | 359.18 | 0.89 | 0.51 |
| Hex | F1 | 15 | 18 | 0 | 5B | 5A | 5 | 167 | 59 | 33 |
| Octal | 361 | 25 | 30 | 0 | 133 | 132 | 5 | 547 | 131 | 63 |
| Binary | 11110001 | 10101 | 11000 | 0 | 1011011 | 1011010 | 101 | 101100111 | 1011001 | 110011 |
Color Harmonies of #F11518
Complementary color
Monochromatic Colors of #F11518
Black with #F11518
Text Example
Text Example
White with #F11518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11518; }
p { color: rgb(241,21,24); }
H1.HeaderClassName
{
color: #F11518;
}
.AnyTagClassName
{
color: #F11518;
}
</style>
background-color css
<style>
a { background-color: #F11518; }
a { background-color: rgb(241,21,24); }
div.DivClassName
{
background-color: #F11518;
}
.BgClassName
{
background-color: #F11518;
}
</style>
border-color css
<style>
span { border-color: #F11518; }
span { border-color: rgb(241,21,24); }
td.TdClassName
{
border-color: #F11518;
}
.TagClassName
{
border-color: #F11518;
}
</style>