Shades of Torch Red #FF1726
Tints of Torch Red #FF1726
RGB
CMYK
RGB Variations
Color information
#FF1726 (or 0xFF1726) is known color: Torch Red. HEX triplet: FF, 17 and 26. RGB value is (255,23,38). Sum of RGB (Red+Green+Blue) = 255+23+38=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1726 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1726 is #00E8D9. Grayscale: #5E5E5E. Windows color (decimal): -59610 or 2496511. OLE color: 2496511.
HSL color Cylindrical-coordinate representation of color #FF1726: hue angle of 356.12º 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 #FF1726 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 38 | - |
| CMYK | 0 | 0.91 | 0.85 | 0 |
| HSL | 356.12º | 1% | 0.55% | - |
| HSV(B) | 356.12º | 0.91% | 1% | - |
| XYZ | 41.9 | 22.01 | 3.87 | - |
| YUV | 94.08 | 96.36 | 242.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 38 | 0 | 0.91 | 0.85 | 0 | 356.12 | 1 | 0.55 |
| Hex | FF | 17 | 26 | 0 | 5B | 55 | 0 | 164 | 64 | 37 |
| Octal | 377 | 27 | 46 | 0 | 133 | 125 | 0 | 544 | 144 | 67 |
| Binary | 11111111 | 10111 | 100110 | 0 | 1011011 | 1010101 | 0 | 101100100 | 1100100 | 110111 |
Color Harmonies of #FF1726
Complementary color
Monochromatic Colors of #FF1726
Black with #FF1726
Text Example
Text Example
White with #FF1726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1726; }
p { color: rgb(255,23,38); }
H1.HeaderClassName
{
color: #FF1726;
}
.AnyTagClassName
{
color: #FF1726;
}
</style>
background-color css
<style>
a { background-color: #FF1726; }
a { background-color: rgb(255,23,38); }
div.DivClassName
{
background-color: #FF1726;
}
.BgClassName
{
background-color: #FF1726;
}
</style>
border-color css
<style>
span { border-color: #FF1726; }
span { border-color: rgb(255,23,38); }
td.TdClassName
{
border-color: #FF1726;
}
.TagClassName
{
border-color: #FF1726;
}
</style>