Shades of Torch Red #F11222
Tints of Torch Red #F11222
RGB
CMYK
RGB Variations
Color information
#F11222 (or 0xF11222) is known color: Torch Red. HEX triplet: F1, 12 and 22. RGB value is (241,18,34). Sum of RGB (Red+Green+Blue) = 241+18+34=293 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.25% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 241 - color contains mainly: red. Hex color #F11222 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11222 is #0EEDDD. Grayscale: #565656. Windows color (decimal): -978398 or 2233073. OLE color: 2233073.
HSL color Cylindrical-coordinate representation of color #F11222: hue angle of 355.7º 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 #F11222 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 34 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.05 |
| HSL | 355.7º | 0.89% | 0.51% | - |
| HSV(B) | 355.7º | 0.93% | 0.95% | - |
| XYZ | 36.78 | 19.25 | 3.29 | - |
| YUV | 86.5 | 98.38 | 238.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 34 | 0 | 0.93 | 0.86 | 0.05 | 355.7 | 0.89 | 0.51 |
| Hex | F1 | 12 | 22 | 0 | 5D | 56 | 5 | 164 | 59 | 33 |
| Octal | 361 | 22 | 42 | 0 | 135 | 126 | 5 | 544 | 131 | 63 |
| Binary | 11110001 | 10010 | 100010 | 0 | 1011101 | 1010110 | 101 | 101100100 | 1011001 | 110011 |
Color Harmonies of #F11222
Complementary color
Monochromatic Colors of #F11222
Black with #F11222
Text Example
Text Example
White with #F11222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11222; }
p { color: rgb(241,18,34); }
H1.HeaderClassName
{
color: #F11222;
}
.AnyTagClassName
{
color: #F11222;
}
</style>
background-color css
<style>
a { background-color: #F11222; }
a { background-color: rgb(241,18,34); }
div.DivClassName
{
background-color: #F11222;
}
.BgClassName
{
background-color: #F11222;
}
</style>
border-color css
<style>
span { border-color: #F11222; }
span { border-color: rgb(241,18,34); }
td.TdClassName
{
border-color: #F11222;
}
.TagClassName
{
border-color: #F11222;
}
</style>