Shades of Torch Red #FF2346
Tints of Torch Red #FF2346
RGB
CMYK
RGB Variations
Color information
#FF2346 (or 0xFF2346) is known color: Torch Red. HEX triplet: FF, 23 and 46. RGB value is (255,35,70). Sum of RGB (Red+Green+Blue) = 255+35+70=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2346 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2346 is #00DCB9. Grayscale: #686868. Windows color (decimal): -56506 or 4596735. OLE color: 4596735.
HSL color Cylindrical-coordinate representation of color #FF2346: hue angle of 350.45º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF2346 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 70 | - |
| CMYK | 0 | 0.86 | 0.73 | 0 |
| HSL | 350.45º | 1% | 0.57% | - |
| HSV(B) | 350.45º | 0.86% | 1% | - |
| XYZ | 42.95 | 22.9 | 7.95 | - |
| YUV | 104.77 | 108.39 | 235.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 70 | 0 | 0.86 | 0.73 | 0 | 350.45 | 1 | 0.57 |
| Hex | FF | 23 | 46 | 0 | 56 | 49 | 0 | 15E | 64 | 39 |
| Octal | 377 | 43 | 106 | 0 | 126 | 111 | 0 | 536 | 144 | 71 |
| Binary | 11111111 | 100011 | 1000110 | 0 | 1010110 | 1001001 | 0 | 101011110 | 1100100 | 111001 |
Color Harmonies of #FF2346
Complementary color
Monochromatic Colors of #FF2346
Black with #FF2346
Text Example
Text Example
White with #FF2346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2346; }
p { color: rgb(255,35,70); }
H1.HeaderClassName
{
color: #FF2346;
}
.AnyTagClassName
{
color: #FF2346;
}
</style>
background-color css
<style>
a { background-color: #FF2346; }
a { background-color: rgb(255,35,70); }
div.DivClassName
{
background-color: #FF2346;
}
.BgClassName
{
background-color: #FF2346;
}
</style>
border-color css
<style>
span { border-color: #FF2346; }
span { border-color: rgb(255,35,70); }
td.TdClassName
{
border-color: #FF2346;
}
.TagClassName
{
border-color: #FF2346;
}
</style>