Shades of Torch Red #FF1122
Tints of Torch Red #FF1122
RGB
CMYK
RGB Variations
Color information
#FF1122 (or 0xFF1122) is known color: Torch Red. HEX triplet: FF, 11 and 22. RGB value is (255,17,34). Sum of RGB (Red+Green+Blue) = 255+17+34=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1122 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1122 is #00EEDD. Grayscale: #5A5A5A. Windows color (decimal): -61150 or 2232831. OLE color: 2232831.
HSL color Cylindrical-coordinate representation of color #FF1122: hue angle of 355.71º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1122 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 34 | - |
| CMYK | 0 | 0.93 | 0.87 | 0 |
| HSL | 355.71º | 1% | 0.53% | - |
| HSV(B) | 355.71º | 0.93% | 1% | - |
| XYZ | 41.73 | 21.78 | 3.52 | - |
| YUV | 90.1 | 96.35 | 245.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 34 | 0 | 0.93 | 0.87 | 0 | 355.71 | 1 | 0.53 |
| Hex | FF | 11 | 22 | 0 | 5D | 57 | 0 | 164 | 64 | 35 |
| Octal | 377 | 21 | 42 | 0 | 135 | 127 | 0 | 544 | 144 | 65 |
| Binary | 11111111 | 10001 | 100010 | 0 | 1011101 | 1010111 | 0 | 101100100 | 1100100 | 110101 |
Color Harmonies of #FF1122
Complementary color
Monochromatic Colors of #FF1122
Black with #FF1122
Text Example
Text Example
White with #FF1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1122; }
p { color: rgb(255,17,34); }
H1.HeaderClassName
{
color: #FF1122;
}
.AnyTagClassName
{
color: #FF1122;
}
</style>
background-color css
<style>
a { background-color: #FF1122; }
a { background-color: rgb(255,17,34); }
div.DivClassName
{
background-color: #FF1122;
}
.BgClassName
{
background-color: #FF1122;
}
</style>
border-color css
<style>
span { border-color: #FF1122; }
span { border-color: rgb(255,17,34); }
td.TdClassName
{
border-color: #FF1122;
}
.TagClassName
{
border-color: #FF1122;
}
</style>