Shades of Torch Red #FF010E
Tints of Torch Red #FF010E
RGB
CMYK
RGB Variations
Color information
#FF010E (or 0xFF010E) is known color: Torch Red. HEX triplet: FF, 01 and 0E. RGB value is (255,1,14). Sum of RGB (Red+Green+Blue) = 255+1+14=270 (35% of max value = 765). Red value is 255 (100% from 255 or 94.44% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 255 - color contains mainly: red. Hex color #FF010E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF010E is #00FEF1. Grayscale: #4E4E4E. Windows color (decimal): -65266 or 918015. OLE color: 918015.
HSL color Cylindrical-coordinate representation of color #FF010E: hue angle of 356.93º 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 #FF010E is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 14 | - |
| CMYK | 0 | 1.00 | 0.95 | 0 |
| HSL | 356.93º | 1% | 0.5% | - |
| HSV(B) | 356.93º | 1% | 1% | - |
| XYZ | 41.33 | 21.31 | 2.35 | - |
| YUV | 78.43 | 91.65 | 253.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 14 | 0 | 1.00 | 0.95 | 0 | 356.93 | 1 | 0.5 |
| Hex | FF | 1 | E | 0 | 64 | 5F | 0 | 165 | 64 | 32 |
| Octal | 377 | 1 | 16 | 0 | 144 | 137 | 0 | 545 | 144 | 62 |
| Binary | 11111111 | 1 | 1110 | 0 | 1100100 | 1011111 | 0 | 101100101 | 1100100 | 110010 |
Color Harmonies of #FF010E
Complementary color
Monochromatic Colors of #FF010E
Black with #FF010E
Text Example
Text Example
White with #FF010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF010E; }
p { color: rgb(255,1,14); }
H1.HeaderClassName
{
color: #FF010E;
}
.AnyTagClassName
{
color: #FF010E;
}
</style>
background-color css
<style>
a { background-color: #FF010E; }
a { background-color: rgb(255,1,14); }
div.DivClassName
{
background-color: #FF010E;
}
.BgClassName
{
background-color: #FF010E;
}
</style>
border-color css
<style>
span { border-color: #FF010E; }
span { border-color: rgb(255,1,14); }
td.TdClassName
{
border-color: #FF010E;
}
.TagClassName
{
border-color: #FF010E;
}
</style>