Shades of Torch Red #FF011B
Tints of Torch Red #FF011B
RGB
CMYK
RGB Variations
Color information
#FF011B (or 0xFF011B) is known color: Torch Red. HEX triplet: FF, 01 and 1B. RGB value is (255,1,27). Sum of RGB (Red+Green+Blue) = 255+1+27=283 (37% of max value = 765). Red value is 255 (100% from 255 or 90.11% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 255 - color contains mainly: red. Hex color #FF011B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF011B is #00FEE4. Grayscale: #505050. Windows color (decimal): -65253 or 1769983. OLE color: 1769983.
HSL color Cylindrical-coordinate representation of color #FF011B: hue angle of 353.86º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF011B is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 27 | - |
| CMYK | 0 | 1.00 | 0.89 | 0 |
| HSL | 353.86º | 1% | 0.5% | - |
| HSV(B) | 353.86º | 1% | 1% | - |
| XYZ | 41.45 | 21.36 | 2.98 | - |
| YUV | 79.91 | 98.15 | 252.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 27 | 0 | 1.00 | 0.89 | 0 | 353.86 | 1 | 0.5 |
| Hex | FF | 1 | 1B | 0 | 64 | 59 | 0 | 162 | 64 | 32 |
| Octal | 377 | 1 | 33 | 0 | 144 | 131 | 0 | 542 | 144 | 62 |
| Binary | 11111111 | 1 | 11011 | 0 | 1100100 | 1011001 | 0 | 101100010 | 1100100 | 110010 |
Color Harmonies of #FF011B
Complementary color
Monochromatic Colors of #FF011B
Black with #FF011B
Text Example
Text Example
White with #FF011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF011B; }
p { color: rgb(255,1,27); }
H1.HeaderClassName
{
color: #FF011B;
}
.AnyTagClassName
{
color: #FF011B;
}
</style>
background-color css
<style>
a { background-color: #FF011B; }
a { background-color: rgb(255,1,27); }
div.DivClassName
{
background-color: #FF011B;
}
.BgClassName
{
background-color: #FF011B;
}
</style>
border-color css
<style>
span { border-color: #FF011B; }
span { border-color: rgb(255,1,27); }
td.TdClassName
{
border-color: #FF011B;
}
.TagClassName
{
border-color: #FF011B;
}
</style>