Shades of Torch Red #FF1622
Tints of Torch Red #FF1622
RGB
CMYK
RGB Variations
Color information
#FF1622 (or 0xFF1622) is known color: Torch Red. HEX triplet: FF, 16 and 22. RGB value is (255,22,34). Sum of RGB (Red+Green+Blue) = 255+22+34=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1622 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1622 is #00E9DD. Grayscale: #5D5D5D. Windows color (decimal): -59870 or 2234111. OLE color: 2234111.
HSL color Cylindrical-coordinate representation of color #FF1622: hue angle of 356.91º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1622 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 34 | - |
| CMYK | 0 | 0.91 | 0.87 | 0 |
| HSL | 356.91º | 1% | 0.54% | - |
| HSV(B) | 356.91º | 0.91% | 1% | - |
| XYZ | 41.82 | 21.95 | 3.55 | - |
| YUV | 93.04 | 94.69 | 243.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 34 | 0 | 0.91 | 0.87 | 0 | 356.91 | 1 | 0.54 |
| Hex | FF | 16 | 22 | 0 | 5B | 57 | 0 | 165 | 64 | 36 |
| Octal | 377 | 26 | 42 | 0 | 133 | 127 | 0 | 545 | 144 | 66 |
| Binary | 11111111 | 10110 | 100010 | 0 | 1011011 | 1010111 | 0 | 101100101 | 1100100 | 110110 |
Color Harmonies of #FF1622
Complementary color
Monochromatic Colors of #FF1622
Black with #FF1622
Text Example
Text Example
White with #FF1622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1622; }
p { color: rgb(255,22,34); }
H1.HeaderClassName
{
color: #FF1622;
}
.AnyTagClassName
{
color: #FF1622;
}
</style>
background-color css
<style>
a { background-color: #FF1622; }
a { background-color: rgb(255,22,34); }
div.DivClassName
{
background-color: #FF1622;
}
.BgClassName
{
background-color: #FF1622;
}
</style>
border-color css
<style>
span { border-color: #FF1622; }
span { border-color: rgb(255,22,34); }
td.TdClassName
{
border-color: #FF1622;
}
.TagClassName
{
border-color: #FF1622;
}
</style>