Shades of Torch Red #FF1A1B
Tints of Torch Red #FF1A1B
RGB
CMYK
RGB Variations
Color information
#FF1A1B (or 0xFF1A1B) is known color: Torch Red. HEX triplet: FF, 1A and 1B. RGB value is (255,26,27). Sum of RGB (Red+Green+Blue) = 255+26+27=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1A1B is #00E5E4. Grayscale: #5E5E5E. Windows color (decimal): -58853 or 1776383. OLE color: 1776383.
HSL color Cylindrical-coordinate representation of color #FF1A1B: hue angle of 359.74º 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 #FF1A1B is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 27 | - |
| CMYK | 0 | 0.90 | 0.89 | 0 |
| HSL | 359.74º | 1% | 0.55% | - |
| HSV(B) | 359.74º | 0.9% | 1% | - |
| XYZ | 41.81 | 22.08 | 3.09 | - |
| YUV | 94.59 | 89.87 | 242.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 27 | 0 | 0.90 | 0.89 | 0 | 359.74 | 1 | 0.55 |
| Hex | FF | 1A | 1B | 0 | 5A | 59 | 0 | 168 | 64 | 37 |
| Octal | 377 | 32 | 33 | 0 | 132 | 131 | 0 | 550 | 144 | 67 |
| Binary | 11111111 | 11010 | 11011 | 0 | 1011010 | 1011001 | 0 | 101101000 | 1100100 | 110111 |
Color Harmonies of #FF1A1B
Complementary color
Monochromatic Colors of #FF1A1B
Black with #FF1A1B
Text Example
Text Example
White with #FF1A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A1B; }
p { color: rgb(255,26,27); }
H1.HeaderClassName
{
color: #FF1A1B;
}
.AnyTagClassName
{
color: #FF1A1B;
}
</style>
background-color css
<style>
a { background-color: #FF1A1B; }
a { background-color: rgb(255,26,27); }
div.DivClassName
{
background-color: #FF1A1B;
}
.BgClassName
{
background-color: #FF1A1B;
}
</style>
border-color css
<style>
span { border-color: #FF1A1B; }
span { border-color: rgb(255,26,27); }
td.TdClassName
{
border-color: #FF1A1B;
}
.TagClassName
{
border-color: #FF1A1B;
}
</style>