Shades of Torch Red #F11422
Tints of Torch Red #F11422
RGB
CMYK
RGB Variations
Color information
#F11422 (or 0xF11422) is known color: Torch Red. HEX triplet: F1, 14 and 22. RGB value is (241,20,34). Sum of RGB (Red+Green+Blue) = 241+20+34=295 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.69% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 241 - color contains mainly: red. Hex color #F11422 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11422 is #0EEBDD. Grayscale: #575757. Windows color (decimal): -977886 or 2233585. OLE color: 2233585.
HSL color Cylindrical-coordinate representation of color #F11422: hue angle of 356.2º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11422 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 34 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.05 |
| HSL | 356.2º | 0.89% | 0.51% | - |
| HSV(B) | 356.2º | 0.92% | 0.95% | - |
| XYZ | 36.81 | 19.32 | 3.3 | - |
| YUV | 87.68 | 97.72 | 237.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 34 | 0 | 0.92 | 0.86 | 0.05 | 356.2 | 0.89 | 0.51 |
| Hex | F1 | 14 | 22 | 0 | 5C | 56 | 5 | 164 | 59 | 33 |
| Octal | 361 | 24 | 42 | 0 | 134 | 126 | 5 | 544 | 131 | 63 |
| Binary | 11110001 | 10100 | 100010 | 0 | 1011100 | 1010110 | 101 | 101100100 | 1011001 | 110011 |
Color Harmonies of #F11422
Complementary color
Monochromatic Colors of #F11422
Black with #F11422
Text Example
Text Example
White with #F11422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11422; }
p { color: rgb(241,20,34); }
H1.HeaderClassName
{
color: #F11422;
}
.AnyTagClassName
{
color: #F11422;
}
</style>
background-color css
<style>
a { background-color: #F11422; }
a { background-color: rgb(241,20,34); }
div.DivClassName
{
background-color: #F11422;
}
.BgClassName
{
background-color: #F11422;
}
</style>
border-color css
<style>
span { border-color: #F11422; }
span { border-color: rgb(241,20,34); }
td.TdClassName
{
border-color: #F11422;
}
.TagClassName
{
border-color: #F11422;
}
</style>