Shades of Torch Red #FF012E
Tints of Torch Red #FF012E
RGB
CMYK
RGB Variations
Color information
#FF012E (or 0xFF012E) is known color: Torch Red. HEX triplet: FF, 01 and 2E. RGB value is (255,1,46). Sum of RGB (Red+Green+Blue) = 255+1+46=302 (40% of max value = 765). Red value is 255 (100% from 255 or 84.44% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 255 - color contains mainly: red. Hex color #FF012E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF012E is #00FED1. Grayscale: #525252. Windows color (decimal): -65234 or 3015167. OLE color: 3015167.
HSL color Cylindrical-coordinate representation of color #FF012E: hue angle of 349.37º 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 #FF012E is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 46 | - |
| CMYK | 0 | 1.00 | 0.82 | 0 |
| HSL | 349.37º | 1% | 0.5% | - |
| HSV(B) | 349.37º | 1% | 1% | - |
| XYZ | 41.74 | 21.48 | 4.53 | - |
| YUV | 82.08 | 107.65 | 251.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 46 | 0 | 1.00 | 0.82 | 0 | 349.37 | 1 | 0.5 |
| Hex | FF | 1 | 2E | 0 | 64 | 52 | 0 | 15D | 64 | 32 |
| Octal | 377 | 1 | 56 | 0 | 144 | 122 | 0 | 535 | 144 | 62 |
| Binary | 11111111 | 1 | 101110 | 0 | 1100100 | 1010010 | 0 | 101011101 | 1100100 | 110010 |
Color Harmonies of #FF012E
Complementary color
Monochromatic Colors of #FF012E
Black with #FF012E
Text Example
Text Example
White with #FF012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF012E; }
p { color: rgb(255,1,46); }
H1.HeaderClassName
{
color: #FF012E;
}
.AnyTagClassName
{
color: #FF012E;
}
</style>
background-color css
<style>
a { background-color: #FF012E; }
a { background-color: rgb(255,1,46); }
div.DivClassName
{
background-color: #FF012E;
}
.BgClassName
{
background-color: #FF012E;
}
</style>
border-color css
<style>
span { border-color: #FF012E; }
span { border-color: rgb(255,1,46); }
td.TdClassName
{
border-color: #FF012E;
}
.TagClassName
{
border-color: #FF012E;
}
</style>