Shades of Torch Red #FF011E
Tints of Torch Red #FF011E
RGB
CMYK
RGB Variations
Color information
#FF011E (or 0xFF011E) is known color: Torch Red. HEX triplet: FF, 01 and 1E. RGB value is (255,1,30). Sum of RGB (Red+Green+Blue) = 255+1+30=286 (37% of max value = 765). Red value is 255 (100% from 255 or 89.16% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 255 - color contains mainly: red. Hex color #FF011E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF011E is #00FEE1. Grayscale: #505050. Windows color (decimal): -65250 or 1966591. OLE color: 1966591.
HSL color Cylindrical-coordinate representation of color #FF011E: hue angle of 353.15º 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 #FF011E is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 30 | - |
| CMYK | 0 | 1.00 | 0.88 | 0 |
| HSL | 353.15º | 1% | 0.5% | - |
| HSV(B) | 353.15º | 1% | 1% | - |
| XYZ | 41.49 | 21.38 | 3.17 | - |
| YUV | 80.25 | 99.65 | 252.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 30 | 0 | 1.00 | 0.88 | 0 | 353.15 | 1 | 0.5 |
| Hex | FF | 1 | 1E | 0 | 64 | 58 | 0 | 161 | 64 | 32 |
| Octal | 377 | 1 | 36 | 0 | 144 | 130 | 0 | 541 | 144 | 62 |
| Binary | 11111111 | 1 | 11110 | 0 | 1100100 | 1011000 | 0 | 101100001 | 1100100 | 110010 |
Color Harmonies of #FF011E
Complementary color
Monochromatic Colors of #FF011E
Black with #FF011E
Text Example
Text Example
White with #FF011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF011E; }
p { color: rgb(255,1,30); }
H1.HeaderClassName
{
color: #FF011E;
}
.AnyTagClassName
{
color: #FF011E;
}
</style>
background-color css
<style>
a { background-color: #FF011E; }
a { background-color: rgb(255,1,30); }
div.DivClassName
{
background-color: #FF011E;
}
.BgClassName
{
background-color: #FF011E;
}
</style>
border-color css
<style>
span { border-color: #FF011E; }
span { border-color: rgb(255,1,30); }
td.TdClassName
{
border-color: #FF011E;
}
.TagClassName
{
border-color: #FF011E;
}
</style>