Shades of Torch Red #FF2046
Tints of Torch Red #FF2046
RGB
CMYK
RGB Variations
Color information
#FF2046 (or 0xFF2046) is known color: Torch Red. HEX triplet: FF, 20 and 46. RGB value is (255,32,70). Sum of RGB (Red+Green+Blue) = 255+32+70=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2046 is #00DFB9. Grayscale: #676767. Windows color (decimal): -57274 or 4595967. OLE color: 4595967.
HSL color Cylindrical-coordinate representation of color #FF2046: hue angle of 349.78º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2046 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 70 | - |
| CMYK | 0 | 0.87 | 0.73 | 0 |
| HSL | 349.78º | 1% | 0.56% | - |
| HSV(B) | 349.78º | 0.87% | 1% | - |
| XYZ | 42.86 | 22.74 | 7.92 | - |
| YUV | 103.01 | 109.38 | 236.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 70 | 0 | 0.87 | 0.73 | 0 | 349.78 | 1 | 0.56 |
| Hex | FF | 20 | 46 | 0 | 57 | 49 | 0 | 15E | 64 | 38 |
| Octal | 377 | 40 | 106 | 0 | 127 | 111 | 0 | 536 | 144 | 70 |
| Binary | 11111111 | 100000 | 1000110 | 0 | 1010111 | 1001001 | 0 | 101011110 | 1100100 | 111000 |
Color Harmonies of #FF2046
Complementary color
Monochromatic Colors of #FF2046
Black with #FF2046
Text Example
Text Example
White with #FF2046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2046; }
p { color: rgb(255,32,70); }
H1.HeaderClassName
{
color: #FF2046;
}
.AnyTagClassName
{
color: #FF2046;
}
</style>
background-color css
<style>
a { background-color: #FF2046; }
a { background-color: rgb(255,32,70); }
div.DivClassName
{
background-color: #FF2046;
}
.BgClassName
{
background-color: #FF2046;
}
</style>
border-color css
<style>
span { border-color: #FF2046; }
span { border-color: rgb(255,32,70); }
td.TdClassName
{
border-color: #FF2046;
}
.TagClassName
{
border-color: #FF2046;
}
</style>