Shades of Torch Red #FF0E51
Tints of Torch Red #FF0E51
RGB
CMYK
RGB Variations
Color information
#FF0E51 (or 0xFF0E51) is known color: Torch Red. HEX triplet: FF, 0E and 51. RGB value is (255,14,81). Sum of RGB (Red+Green+Blue) = 255+14+81=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E51 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0E51 is #00F1AE. Grayscale: #5D5D5D. Windows color (decimal): -61871 or 5312255. OLE color: 5312255.
HSL color Cylindrical-coordinate representation of color #FF0E51: hue angle of 343.32º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0E51 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 81 | - |
| CMYK | 0 | 0.95 | 0.68 | 0 |
| HSL | 343.32º | 1% | 0.53% | - |
| HSV(B) | 343.32º | 0.95% | 1% | - |
| XYZ | 42.88 | 22.17 | 9.8 | - |
| YUV | 93.7 | 120.84 | 243.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 81 | 0 | 0.95 | 0.68 | 0 | 343.32 | 1 | 0.53 |
| Hex | FF | E | 51 | 0 | 5F | 44 | 0 | 157 | 64 | 35 |
| Octal | 377 | 16 | 121 | 0 | 137 | 104 | 0 | 527 | 144 | 65 |
| Binary | 11111111 | 1110 | 1010001 | 0 | 1011111 | 1000100 | 0 | 101010111 | 1100100 | 110101 |
Color Harmonies of #FF0E51
Complementary color
Monochromatic Colors of #FF0E51
Black with #FF0E51
Text Example
Text Example
White with #FF0E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0E51; }
p { color: rgb(255,14,81); }
H1.HeaderClassName
{
color: #FF0E51;
}
.AnyTagClassName
{
color: #FF0E51;
}
</style>
background-color css
<style>
a { background-color: #FF0E51; }
a { background-color: rgb(255,14,81); }
div.DivClassName
{
background-color: #FF0E51;
}
.BgClassName
{
background-color: #FF0E51;
}
</style>
border-color css
<style>
span { border-color: #FF0E51; }
span { border-color: rgb(255,14,81); }
td.TdClassName
{
border-color: #FF0E51;
}
.TagClassName
{
border-color: #FF0E51;
}
</style>