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