Shades of Torch Red #FF1922
Tints of Torch Red #FF1922
RGB
CMYK
RGB Variations
Color information
#FF1922 (or 0xFF1922) is known color: Torch Red. HEX triplet: FF, 19 and 22. RGB value is (255,25,34). Sum of RGB (Red+Green+Blue) = 255+25+34=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1922 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1922 is #00E6DD. Grayscale: #5E5E5E. Windows color (decimal): -59102 or 2234879. OLE color: 2234879.
HSL color Cylindrical-coordinate representation of color #FF1922: hue angle of 357.65º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1922 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 34 | - |
| CMYK | 0 | 0.90 | 0.87 | 0 |
| HSL | 357.65º | 1% | 0.55% | - |
| HSV(B) | 357.65º | 0.9% | 1% | - |
| XYZ | 41.88 | 22.07 | 3.57 | - |
| YUV | 94.8 | 93.7 | 242.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 34 | 0 | 0.90 | 0.87 | 0 | 357.65 | 1 | 0.55 |
| Hex | FF | 19 | 22 | 0 | 5A | 57 | 0 | 166 | 64 | 37 |
| Octal | 377 | 31 | 42 | 0 | 132 | 127 | 0 | 546 | 144 | 67 |
| Binary | 11111111 | 11001 | 100010 | 0 | 1011010 | 1010111 | 0 | 101100110 | 1100100 | 110111 |
Color Harmonies of #FF1922
Complementary color
Monochromatic Colors of #FF1922
Black with #FF1922
Text Example
Text Example
White with #FF1922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1922; }
p { color: rgb(255,25,34); }
H1.HeaderClassName
{
color: #FF1922;
}
.AnyTagClassName
{
color: #FF1922;
}
</style>
background-color css
<style>
a { background-color: #FF1922; }
a { background-color: rgb(255,25,34); }
div.DivClassName
{
background-color: #FF1922;
}
.BgClassName
{
background-color: #FF1922;
}
</style>
border-color css
<style>
span { border-color: #FF1922; }
span { border-color: rgb(255,25,34); }
td.TdClassName
{
border-color: #FF1922;
}
.TagClassName
{
border-color: #FF1922;
}
</style>