Shades of Torch Red #FF0046
Tints of Torch Red #FF0046
RGB
CMYK
RGB Variations
Color information
#FF0046 (or 0xFF0046) is known color: Torch Red. HEX triplet: FF, 00 and 46. RGB value is (255,0,70). Sum of RGB (Red+Green+Blue) = 255+0+70=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0046 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0046 is #00FFB9. Grayscale: #545454. Windows color (decimal): -65466 or 4587775. OLE color: 4587775.
HSL color Cylindrical-coordinate representation of color #FF0046: hue angle of 343.53º 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 #FF0046 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.73 | 0 |
| HSL | 343.53º | 1% | 0.5% | - |
| HSV(B) | 343.53º | 1% | 1% | - |
| XYZ | 42.35 | 21.7 | 7.75 | - |
| YUV | 84.23 | 119.98 | 249.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 70 | 0 | 1 | 0.73 | 0 | 343.53 | 1 | 0.5 |
| Hex | FF | 0 | 46 | 0 | 64 | 49 | 0 | 158 | 64 | 32 |
| Octal | 377 | 0 | 106 | 0 | 144 | 111 | 0 | 530 | 144 | 62 |
| Binary | 11111111 | 0 | 1000110 | 0 | 1100100 | 1001001 | 0 | 101011000 | 1100100 | 110010 |
Color Harmonies of #FF0046
Complementary color
Monochromatic Colors of #FF0046
Black with #FF0046
Text Example
Text Example
White with #FF0046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0046; }
p { color: rgb(255,0,70); }
H1.HeaderClassName
{
color: #FF0046;
}
.AnyTagClassName
{
color: #FF0046;
}
</style>
background-color css
<style>
a { background-color: #FF0046; }
a { background-color: rgb(255,0,70); }
div.DivClassName
{
background-color: #FF0046;
}
.BgClassName
{
background-color: #FF0046;
}
</style>
border-color css
<style>
span { border-color: #FF0046; }
span { border-color: rgb(255,0,70); }
td.TdClassName
{
border-color: #FF0046;
}
.TagClassName
{
border-color: #FF0046;
}
</style>