Shades of Torch Red #F11622
Tints of Torch Red #F11622
RGB
CMYK
RGB Variations
Color information
#F11622 (or 0xF11622) is known color: Torch Red. HEX triplet: F1, 16 and 22. RGB value is (241,22,34). Sum of RGB (Red+Green+Blue) = 241+22+34=297 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.14% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 241 - color contains mainly: red. Hex color #F11622 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11622 is #0EE9DD. Grayscale: #595959. Windows color (decimal): -977374 or 2234097. OLE color: 2234097.
HSL color Cylindrical-coordinate representation of color #F11622: hue angle of 356.71º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11622 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 34 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.05 |
| HSL | 356.71º | 0.89% | 0.52% | - |
| HSV(B) | 356.71º | 0.91% | 0.95% | - |
| XYZ | 36.85 | 19.39 | 3.31 | - |
| YUV | 88.85 | 97.05 | 236.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 34 | 0 | 0.91 | 0.86 | 0.05 | 356.71 | 0.89 | 0.52 |
| Hex | F1 | 16 | 22 | 0 | 5B | 56 | 5 | 165 | 59 | 34 |
| Octal | 361 | 26 | 42 | 0 | 133 | 126 | 5 | 545 | 131 | 64 |
| Binary | 11110001 | 10110 | 100010 | 0 | 1011011 | 1010110 | 101 | 101100101 | 1011001 | 110100 |
Color Harmonies of #F11622
Complementary color
Monochromatic Colors of #F11622
Black with #F11622
Text Example
Text Example
White with #F11622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11622; }
p { color: rgb(241,22,34); }
H1.HeaderClassName
{
color: #F11622;
}
.AnyTagClassName
{
color: #F11622;
}
</style>
background-color css
<style>
a { background-color: #F11622; }
a { background-color: rgb(241,22,34); }
div.DivClassName
{
background-color: #F11622;
}
.BgClassName
{
background-color: #F11622;
}
</style>
border-color css
<style>
span { border-color: #F11622; }
span { border-color: rgb(241,22,34); }
td.TdClassName
{
border-color: #F11622;
}
.TagClassName
{
border-color: #F11622;
}
</style>