Shades of Torch Red #F11218
Tints of Torch Red #F11218
RGB
CMYK
RGB Variations
Color information
#F11218 (or 0xF11218) is known color: Torch Red. HEX triplet: F1, 12 and 18. RGB value is (241,18,24). Sum of RGB (Red+Green+Blue) = 241+18+24=283 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.16% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 241 - color contains mainly: red. Hex color #F11218 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11218 is #0EEDE7. Grayscale: #555555. Windows color (decimal): -978408 or 1577713. OLE color: 1577713.
HSL color Cylindrical-coordinate representation of color #F11218: hue angle of 358.39º 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 #F11218 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 24 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.05 |
| HSL | 358.39º | 0.89% | 0.51% | - |
| HSV(B) | 358.39º | 0.93% | 0.95% | - |
| XYZ | 36.66 | 19.2 | 2.64 | - |
| YUV | 85.36 | 93.38 | 239.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 24 | 0 | 0.93 | 0.90 | 0.05 | 358.39 | 0.89 | 0.51 |
| Hex | F1 | 12 | 18 | 0 | 5D | 5A | 5 | 166 | 59 | 33 |
| Octal | 361 | 22 | 30 | 0 | 135 | 132 | 5 | 546 | 131 | 63 |
| Binary | 11110001 | 10010 | 11000 | 0 | 1011101 | 1011010 | 101 | 101100110 | 1011001 | 110011 |
Color Harmonies of #F11218
Complementary color
Monochromatic Colors of #F11218
Black with #F11218
Text Example
Text Example
White with #F11218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11218; }
p { color: rgb(241,18,24); }
H1.HeaderClassName
{
color: #F11218;
}
.AnyTagClassName
{
color: #F11218;
}
</style>
background-color css
<style>
a { background-color: #F11218; }
a { background-color: rgb(241,18,24); }
div.DivClassName
{
background-color: #F11218;
}
.BgClassName
{
background-color: #F11218;
}
</style>
border-color css
<style>
span { border-color: #F11218; }
span { border-color: rgb(241,18,24); }
td.TdClassName
{
border-color: #F11218;
}
.TagClassName
{
border-color: #F11218;
}
</style>