Shades of Torch Red #FF1B26
Tints of Torch Red #FF1B26
RGB
CMYK
RGB Variations
Color information
#FF1B26 (or 0xFF1B26) is known color: Torch Red. HEX triplet: FF, 1B and 26. RGB value is (255,27,38). Sum of RGB (Red+Green+Blue) = 255+27+38=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 38 (15.23% from 255 or 11.88% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1B26 is #00E4D9. Grayscale: #606060. Windows color (decimal): -58586 or 2497535. OLE color: 2497535.
HSL color Cylindrical-coordinate representation of color #FF1B26: hue angle of 357.11º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1B26 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 38 | - |
| CMYK | 0 | 0.89 | 0.85 | 0 |
| HSL | 357.11º | 1% | 0.55% | - |
| HSV(B) | 357.11º | 0.89% | 1% | - |
| XYZ | 41.98 | 22.18 | 3.9 | - |
| YUV | 96.43 | 95.04 | 241.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 38 | 0 | 0.89 | 0.85 | 0 | 357.11 | 1 | 0.55 |
| Hex | FF | 1B | 26 | 0 | 59 | 55 | 0 | 165 | 64 | 37 |
| Octal | 377 | 33 | 46 | 0 | 131 | 125 | 0 | 545 | 144 | 67 |
| Binary | 11111111 | 11011 | 100110 | 0 | 1011001 | 1010101 | 0 | 101100101 | 1100100 | 110111 |
Color Harmonies of #FF1B26
Complementary color
Monochromatic Colors of #FF1B26
Black with #FF1B26
Text Example
Text Example
White with #FF1B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B26; }
p { color: rgb(255,27,38); }
H1.HeaderClassName
{
color: #FF1B26;
}
.AnyTagClassName
{
color: #FF1B26;
}
</style>
background-color css
<style>
a { background-color: #FF1B26; }
a { background-color: rgb(255,27,38); }
div.DivClassName
{
background-color: #FF1B26;
}
.BgClassName
{
background-color: #FF1B26;
}
</style>
border-color css
<style>
span { border-color: #FF1B26; }
span { border-color: rgb(255,27,38); }
td.TdClassName
{
border-color: #FF1B26;
}
.TagClassName
{
border-color: #FF1B26;
}
</style>