Shades of Torch Red #FF014D
Tints of Torch Red #FF014D
RGB
CMYK
RGB Variations
Color information
#FF014D (or 0xFF014D) is known color: Torch Red. HEX triplet: FF, 01 and 4D. RGB value is (255,1,77). Sum of RGB (Red+Green+Blue) = 255+1+77=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF014D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF014D is #00FEB2. Grayscale: #555555. Windows color (decimal): -65203 or 5046783. OLE color: 5046783.
HSL color Cylindrical-coordinate representation of color #FF014D: hue angle of 342.05º 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 #FF014D is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 77 | - |
| CMYK | 0 | 1.00 | 0.70 | 0 |
| HSL | 342.05º | 1% | 0.5% | - |
| HSV(B) | 342.05º | 1% | 1% | - |
| XYZ | 42.59 | 21.82 | 8.99 | - |
| YUV | 85.61 | 123.15 | 248.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 77 | 0 | 1.00 | 0.70 | 0 | 342.05 | 1 | 0.5 |
| Hex | FF | 1 | 4D | 0 | 64 | 46 | 0 | 156 | 64 | 32 |
| Octal | 377 | 1 | 115 | 0 | 144 | 106 | 0 | 526 | 144 | 62 |
| Binary | 11111111 | 1 | 1001101 | 0 | 1100100 | 1000110 | 0 | 101010110 | 1100100 | 110010 |
Color Harmonies of #FF014D
Complementary color
Monochromatic Colors of #FF014D
Black with #FF014D
Text Example
Text Example
White with #FF014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF014D; }
p { color: rgb(255,1,77); }
H1.HeaderClassName
{
color: #FF014D;
}
.AnyTagClassName
{
color: #FF014D;
}
</style>
background-color css
<style>
a { background-color: #FF014D; }
a { background-color: rgb(255,1,77); }
div.DivClassName
{
background-color: #FF014D;
}
.BgClassName
{
background-color: #FF014D;
}
</style>
border-color css
<style>
span { border-color: #FF014D; }
span { border-color: rgb(255,1,77); }
td.TdClassName
{
border-color: #FF014D;
}
.TagClassName
{
border-color: #FF014D;
}
</style>