Shades of Torch Red #FF1322
Tints of Torch Red #FF1322
RGB
CMYK
RGB Variations
Color information
#FF1322 (or 0xFF1322) is known color: Torch Red. HEX triplet: FF, 13 and 22. RGB value is (255,19,34). Sum of RGB (Red+Green+Blue) = 255+19+34=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1322 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1322 is #00ECDD. Grayscale: #5B5B5B. Windows color (decimal): -60638 or 2233343. OLE color: 2233343.
HSL color Cylindrical-coordinate representation of color #FF1322: hue angle of 356.19º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1322 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 34 | - |
| CMYK | 0 | 0.93 | 0.87 | 0 |
| HSL | 356.19º | 1% | 0.54% | - |
| HSV(B) | 356.19º | 0.93% | 1% | - |
| XYZ | 41.76 | 21.84 | 3.53 | - |
| YUV | 91.27 | 95.69 | 244.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 34 | 0 | 0.93 | 0.87 | 0 | 356.19 | 1 | 0.54 |
| Hex | FF | 13 | 22 | 0 | 5D | 57 | 0 | 164 | 64 | 36 |
| Octal | 377 | 23 | 42 | 0 | 135 | 127 | 0 | 544 | 144 | 66 |
| Binary | 11111111 | 10011 | 100010 | 0 | 1011101 | 1010111 | 0 | 101100100 | 1100100 | 110110 |
Color Harmonies of #FF1322
Complementary color
Monochromatic Colors of #FF1322
Black with #FF1322
Text Example
Text Example
White with #FF1322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1322; }
p { color: rgb(255,19,34); }
H1.HeaderClassName
{
color: #FF1322;
}
.AnyTagClassName
{
color: #FF1322;
}
</style>
background-color css
<style>
a { background-color: #FF1322; }
a { background-color: rgb(255,19,34); }
div.DivClassName
{
background-color: #FF1322;
}
.BgClassName
{
background-color: #FF1322;
}
</style>
border-color css
<style>
span { border-color: #FF1322; }
span { border-color: rgb(255,19,34); }
td.TdClassName
{
border-color: #FF1322;
}
.TagClassName
{
border-color: #FF1322;
}
</style>