Shades of Torch Red #F1122A
Tints of Torch Red #F1122A
RGB
CMYK
RGB Variations
Color information
#F1122A (or 0xF1122A) is known color: Torch Red. HEX triplet: F1, 12 and 2A. RGB value is (241,18,42). Sum of RGB (Red+Green+Blue) = 241+18+42=301 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.07% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 241 - color contains mainly: red. Hex color #F1122A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1122A is #0EEDD5. Grayscale: #575757. Windows color (decimal): -978390 or 2757361. OLE color: 2757361.
HSL color Cylindrical-coordinate representation of color #F1122A: hue angle of 353.54º 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 #F1122A is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 42 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.05 |
| HSL | 353.54º | 0.89% | 0.51% | - |
| HSV(B) | 353.54º | 0.93% | 0.95% | - |
| XYZ | 36.91 | 19.3 | 3.97 | - |
| YUV | 87.41 | 102.38 | 237.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 42 | 0 | 0.93 | 0.83 | 0.05 | 353.54 | 0.89 | 0.51 |
| Hex | F1 | 12 | 2A | 0 | 5D | 53 | 5 | 162 | 59 | 33 |
| Octal | 361 | 22 | 52 | 0 | 135 | 123 | 5 | 542 | 131 | 63 |
| Binary | 11110001 | 10010 | 101010 | 0 | 1011101 | 1010011 | 101 | 101100010 | 1011001 | 110011 |
Color Harmonies of #F1122A
Complementary color
Monochromatic Colors of #F1122A
Black with #F1122A
Text Example
Text Example
White with #F1122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1122A; }
p { color: rgb(241,18,42); }
H1.HeaderClassName
{
color: #F1122A;
}
.AnyTagClassName
{
color: #F1122A;
}
</style>
background-color css
<style>
a { background-color: #F1122A; }
a { background-color: rgb(241,18,42); }
div.DivClassName
{
background-color: #F1122A;
}
.BgClassName
{
background-color: #F1122A;
}
</style>
border-color css
<style>
span { border-color: #F1122A; }
span { border-color: rgb(241,18,42); }
td.TdClassName
{
border-color: #F1122A;
}
.TagClassName
{
border-color: #F1122A;
}
</style>