Shades of Torch Red #FF1722
Tints of Torch Red #FF1722
RGB
CMYK
RGB Variations
Color information
#FF1722 (or 0xFF1722) is known color: Torch Red. HEX triplet: FF, 17 and 22. RGB value is (255,23,34). Sum of RGB (Red+Green+Blue) = 255+23+34=312 (41% of max value = 765). Red value is 255 (100% from 255 or 81.73% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1722 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1722 is #00E8DD. Grayscale: #5D5D5D. Windows color (decimal): -59614 or 2234367. OLE color: 2234367.
HSL color Cylindrical-coordinate representation of color #FF1722: hue angle of 357.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1722 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 34 | - |
| CMYK | 0 | 0.91 | 0.87 | 0 |
| HSL | 357.16º | 1% | 0.55% | - |
| HSV(B) | 357.16º | 0.91% | 1% | - |
| XYZ | 41.84 | 21.99 | 3.55 | - |
| YUV | 93.62 | 94.36 | 243.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 34 | 0 | 0.91 | 0.87 | 0 | 357.16 | 1 | 0.55 |
| Hex | FF | 17 | 22 | 0 | 5B | 57 | 0 | 165 | 64 | 37 |
| Octal | 377 | 27 | 42 | 0 | 133 | 127 | 0 | 545 | 144 | 67 |
| Binary | 11111111 | 10111 | 100010 | 0 | 1011011 | 1010111 | 0 | 101100101 | 1100100 | 110111 |
Color Harmonies of #FF1722
Complementary color
Monochromatic Colors of #FF1722
Black with #FF1722
Text Example
Text Example
White with #FF1722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1722; }
p { color: rgb(255,23,34); }
H1.HeaderClassName
{
color: #FF1722;
}
.AnyTagClassName
{
color: #FF1722;
}
</style>
background-color css
<style>
a { background-color: #FF1722; }
a { background-color: rgb(255,23,34); }
div.DivClassName
{
background-color: #FF1722;
}
.BgClassName
{
background-color: #FF1722;
}
</style>
border-color css
<style>
span { border-color: #FF1722; }
span { border-color: rgb(255,23,34); }
td.TdClassName
{
border-color: #FF1722;
}
.TagClassName
{
border-color: #FF1722;
}
</style>